Skip to content

Commit

Permalink
Fix loading when no valid session found (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunWei96 authored Mar 12, 2020
1 parent 9d4d9ae commit b4065ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/auth/auth.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export class AuthComponent implements OnInit, OnDestroy {
}
}, (error) => {
this.errorHandlingService.handleError(error);
this.isSettingUpSession = false;
}, () => {
this.isSettingUpSession = false;
});
Expand Down

0 comments on commit b4065ab

Please sign in to comment.