diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-24 18:19:50 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-24 18:19:50 +0200 |
| commit | b6774fedca6a535e9f863d4bb72d87f46c47a59b (patch) | |
| tree | ba17a94ea0476e35bd85e5354254f39c547c3816 /StoneIsland/www/js/lib/auth/SignupView.js | |
| parent | ec92c9432cf452badb6cca2c41e41d0546006692 (diff) | |
consent to modal on signup..
Diffstat (limited to 'StoneIsland/www/js/lib/auth/SignupView.js')
| -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") }) }, |
