summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/auth/LogoutView.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-10-03 03:08:25 +0200
committerJules Laplace <julescarbon@gmail.com>2018-10-03 03:08:25 +0200
commit58eb0a78f6c0e717278a2ac2e00ef2afa2cbea2b (patch)
treeb1d64c03a9fddf3037561c1d2d42751fbc011533 /StoneIsland/www/js/lib/auth/LogoutView.js
parent28b7ef196eaca6b9e455846cf6233bbabd9e4513 (diff)
do everything we can to force lockout
Diffstat (limited to 'StoneIsland/www/js/lib/auth/LogoutView.js')
-rwxr-xr-xStoneIsland/www/js/lib/auth/LogoutView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/auth/LogoutView.js b/StoneIsland/www/js/lib/auth/LogoutView.js
index 89091473..d3f76428 100755
--- a/StoneIsland/www/js/lib/auth/LogoutView.js
+++ b/StoneIsland/www/js/lib/auth/LogoutView.js
@@ -10,6 +10,7 @@ var LogoutView = View.extend({
app.header.set_cart_count(0)
app.footer.hide()
auth.log_out()
+ localStorage.setItem('account_terms.consent', 'false')
app.demand_consent = false
app.account.consent.hide()
app.account.logged_out()