summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranonymous2022-10-10 16:37:36 -0400
committeranonymous2022-10-10 16:37:36 -0400
commitac9eddd1d55cb18d2b0d7f87d8f1a1ee1dd30e2f (patch)
treea1cba80f1c570d128e9828fe3a8b852766321166
parentadd2d15dd055467c0471090a437281c232c73973 (diff)
log out bug fixed
-rw-r--r--graffiti.js2
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
}