mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 14:31:55 +01:00
feat: add log statements + remove auto redirect (#671)
Former-commit-id: 3ee150e7d6
This commit is contained in:
@@ -71,6 +71,7 @@ class AuthContext implements IAuthContext {
|
||||
}
|
||||
|
||||
isAuthorized() {
|
||||
console.debug("isAuthorized", this.token);
|
||||
return this.token;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user