summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/auth/LogoutView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/auth/LogoutView.js')
-rw-r--r--StoneIsland/www/js/lib/auth/LogoutView.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/auth/LogoutView.js b/StoneIsland/www/js/lib/auth/LogoutView.js
index feb264dd..735c0242 100644
--- a/StoneIsland/www/js/lib/auth/LogoutView.js
+++ b/StoneIsland/www/js/lib/auth/LogoutView.js
@@ -8,7 +8,8 @@ var LogoutView = View.extend({
show: function(){
document.body.className = "logout"
app.footer.hide()
- app.account.log_out()
+ app.account.logged_out()
+ auth.clear_user()
},
}) \ No newline at end of file