diff --git a/webauth/index.js b/webauth/index.js index 7fdfb821..eda81edb 100644 --- a/webauth/index.js +++ b/webauth/index.js @@ -5,7 +5,8 @@ import { } from 'react-native'; import url from 'url'; -import Auth0Error from '../auth/authError'; +import Auth0Error from '../auth/auth0Error'; +import AuthError from '../auth/authError'; const { A0Auth0 } = NativeModules; @@ -95,4 +96,4 @@ export default class WebAuth { }); }); } -} \ No newline at end of file +}