feat: add log statements + remove auto redirect (#671)

This commit is contained in:
Hayden 2023-12-15 21:32:44 -06:00 committed by GitHub
parent 85c8e47016
commit 3ee150e7d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -71,6 +71,7 @@ class AuthContext implements IAuthContext {
}
isAuthorized() {
console.debug("isAuthorized", this.token);
return this.token;
}