Skip to content

Commit

Permalink
Merge pull request #50 from auth0/lbalmaceda-patch-1
Browse files Browse the repository at this point in the history
Add missing import to the WebAuth controller file
  • Loading branch information
hzalaz authored Jun 26, 2017
2 parents ac7caed + 4671682 commit 6e69ffc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webauth/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -95,4 +96,4 @@ export default class WebAuth {
});
});
}
}
}

0 comments on commit 6e69ffc

Please sign in to comment.