tfw the linter finds bugs for you
This commit is contained in:
parent
9860baf0b4
commit
02f8b72533
2 changed files with 2 additions and 4 deletions
|
@ -52,7 +52,7 @@ export default class IdentityAuthClient {
|
|||
|
||||
_writeToken() {
|
||||
if (this.tempClient) return; // temporary client: ignore
|
||||
window.localStorage.setItem("mx_is_access_token", token);
|
||||
window.localStorage.setItem("mx_is_access_token", this.accessToken);
|
||||
}
|
||||
|
||||
_readToken() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue