[auth] Fix typo

This commit is contained in:
Chris Bianca 2018-01-24 15:46:18 +00:00
parent c8d0cd4b18
commit d14be68243
1 changed files with 1 additions and 1 deletions

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