Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
Update auth.service.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkie authored Feb 13, 2017
1 parent d788c6b commit 44da29c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 02-Custom-Login/components/auth/auth.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@

function handleParseHash() {
angularAuth0.parseHash(function(err, authResult) {
if (err) {
console.log(err);
}
if (authResult && authResult.idToken) {
setUser(authResult);
}
Expand Down

0 comments on commit 44da29c

Please sign in to comment.