summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/auth/SignupView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/auth/SignupView.js')
-rw-r--r--StoneIsland/www/js/lib/auth/SignupView.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js
index fe0e28db..5d947d41 100644
--- a/StoneIsland/www/js/lib/auth/SignupView.js
+++ b/StoneIsland/www/js/lib/auth/SignupView.js
@@ -29,10 +29,11 @@ var SignupView = FormView.extend({
},
show: function(){
- var msg = "* Your personal and payment<br>information will always remain private"
if (auth.logged_in()) {
- msg += "<br><br>You are already logged in."
+ app.router.go("intro")
+ return
}
+ var msg = "* Your personal and payment<br>information will always remain private"
app.footer.show("SUBMIT", "CANCEL")
this.$form.get(0).reset()
this.$msg.html(msg)