summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/auth/SignupView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 19:16:15 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 19:21:19 -0500
commit261857fce969790aa87498100cf353fa494080c8 (patch)
treec5d01aaa59c0dc65ebf4fb382dfa570d3bd15c79 /StoneIsland/www/js/lib/auth/SignupView.js
parent06910c8fd4df3daa47f5cdfcbc687b1072909f52 (diff)
accountview
Diffstat (limited to 'StoneIsland/www/js/lib/auth/SignupView.js')
-rw-r--r--StoneIsland/www/js/lib/auth/SignupView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js
index 0cfbf8b4..24eb0d09 100644
--- a/StoneIsland/www/js/lib/auth/SignupView.js
+++ b/StoneIsland/www/js/lib/auth/SignupView.js
@@ -39,7 +39,7 @@ var SignupView = FormView.extend({
},
success: function(data){
- auth.view_logged_in()
+ app.account.logged_in()
},
error: function(data){