mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-09 03:58:34 +00:00
feat: add log statements + remove auto redirect (#671)
Former-commit-id: 3ee150e7d6
This commit is contained in:
parent
1cc9bf459a
commit
d759fad40c
3 changed files with 3 additions and 3 deletions
|
@ -71,6 +71,7 @@ class AuthContext implements IAuthContext {
|
|||
}
|
||||
|
||||
isAuthorized() {
|
||||
console.debug("isAuthorized", this.token);
|
||||
return this.token;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue