Skip to content

Commit

Permalink
fix(core): Fix unhandled rejection on auth recheck (#4335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Reynolds authored and anotherchrisberry committed Oct 27, 2017
1 parent abfbb32 commit 525323e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export class AuthenticationInitializer {
this.$uibModalStack.dismissAll();
this.visibilityWatch.unsubscribe();
}
});
})
.catch(() => {});
}

private loginNotification(): void {
Expand Down

0 comments on commit 525323e

Please sign in to comment.