[auth] Fix typo
This commit is contained in:
parent
c8d0cd4b18
commit
d14be68243
|
@ -15,7 +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 OAuthProvider from './providers/OAuthProvider';
|
||||
import TwitterAuthProvider from './providers/TwitterAuthProvider';
|
||||
import FacebookAuthProvider from './providers/FacebookAuthProvider';
|
||||
|
||||
|
|
Loading…
Reference in New Issue