diff options
| -rwxr-xr-x | StoneIsland/www/js/lib/auth/SignupView.js | 1 |
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") }) }, |
