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 15, 2021
1 parent ee40d49 commit 6437f08
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 6437f08

Please sign in to comment.