2
0
mirror of synced 2025-01-11 22:54:12 +00:00

[auth] Fix typo

This commit is contained in:
Chris Bianca 2018-01-24 15:46:18 +00:00
parent c8d0cd4b18
commit d14be68243

View File

@ -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';