[auth] Add static reference to OAuthProvider
This commit is contained in:
parent
5f3a9755d7
commit
c8d0cd4b18
|
@ -15,6 +15,7 @@ import EmailAuthProvider from './providers/EmailAuthProvider';
|
|||
import PhoneAuthProvider from './providers/PhoneAuthProvider';
|
||||
import GoogleAuthProvider from './providers/GoogleAuthProvider';
|
||||
import GithubAuthProvider from './providers/GithubAuthProvider';
|
||||
import OAuthProvider from './provider/OAuthProvider';
|
||||
import TwitterAuthProvider from './providers/TwitterAuthProvider';
|
||||
import FacebookAuthProvider from './providers/FacebookAuthProvider';
|
||||
|
||||
|
@ -427,6 +428,7 @@ export const statics = {
|
|||
GithubAuthProvider,
|
||||
TwitterAuthProvider,
|
||||
FacebookAuthProvider,
|
||||
OAuthProvider,
|
||||
PhoneAuthState: {
|
||||
CODE_SENT: 'sent',
|
||||
AUTO_VERIFY_TIMEOUT: 'timeout',
|
||||
|
|
Loading…
Reference in New Issue