Added check for external auth and page refresh

This commit is contained in:
Michael Spalti
2023-04-05 19:44:46 -07:00
committed by Michael W Spalti
parent ade9533f4c
commit 290a89909e
9 changed files with 104 additions and 4 deletions

View File

@@ -122,6 +122,13 @@ export class AuthServiceStub {
checkAuthenticationCookie() {
return;
}
setExternalAuthStatus(externalCookie: boolean) {
return;
}
isExternalAuthentication(): Observable<boolean> {
return;
}
retrieveAuthMethodsFromAuthStatus(status: AuthStatus) {
return observableOf(authMethodsMock);