diff options
author | anonymous | 2022-10-10 16:37:36 -0400 |
---|---|---|
committer | anonymous | 2022-10-10 16:37:36 -0400 |
commit | ac9eddd1d55cb18d2b0d7f87d8f1a1ee1dd30e2f (patch) | |
tree | a1cba80f1c570d128e9828fe3a8b852766321166 | |
parent | add2d15dd055467c0471090a437281c232c73973 (diff) |
log out bug fixed
-rw-r--r-- | graffiti.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graffiti.js b/graffiti.js index 94e1ebe..78bf028 100644 --- a/graffiti.js +++ b/graffiti.js @@ -119,7 +119,7 @@ export default class { } } else if (data.type == 'error') { if (data.reason == 'authorization') { - this.logOut() + Auth.logOut() } throw data } |