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')
-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()