add Yandex OAuth provider, refactor GitHub provider #34

This commit is contained in:
Anatoly Milkov
2018-06-04 14:56:21 -05:00
parent 0185aa4ada
commit 24fc291c4f
8 changed files with 126 additions and 29 deletions
+1
View File
@@ -12,6 +12,7 @@ const PROVIDER_NAMES = {
google: 'Google',
facebook: 'Facebook',
github: 'GitHub',
yandex: 'Yandex',
};
const LS_COLLAPSE_KEY = '__remarkCollapsed';
const LS_SORT_KEY = '__remarkSort';