summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js')
-rwxr-xr-xStoneIsland/www/js/lib/auth/SignupView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js
index 3612abe7..078f7c07 100755
--- a/StoneIsland/www/js/lib/auth/SignupView.js
+++ b/StoneIsland/www/js/lib/auth/SignupView.js
@@ -107,6 +107,7 @@ var SignupView = FormView.extend({
auth.user.Surname = this.last_data.Surname
auth.user.Email = this.last_data.Email
auth.user.BirthDay = this.last_data.BirthDay
+ localStorage.setItem('account_terms.consent', 'true')
app.account.logged_in(function(){ app.router.go("store") })
},