diff --git a/src/app/Shared/Services/Login.service.tsx b/src/app/Shared/Services/Login.service.tsx index afd13499a..5a8b09638 100644 --- a/src/app/Shared/Services/Login.service.tsx +++ b/src/app/Shared/Services/Login.service.tsx @@ -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 }); }