Skip to content

Commit

Permalink
Stay on Login page after refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Janelle Law committed Oct 13, 2021
1 parent 30c3757 commit 24ea4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Shared/Services/Login.service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class LoginService {
}

queryAuthMethod(): void {
this.checkAuth('', 'Basic').subscribe(() => {
this.checkAuth('', '').subscribe(() => {
; // check auth once at component load to query the server's auth method
});
}
Expand Down

0 comments on commit 24ea4f3

Please sign in to comment.