Skip to content

Commit

Permalink
Fix signup bug
Browse files Browse the repository at this point in the history
No Issue

- fixes bug that prevents successful signup from invite
  • Loading branch information
cobbspur committed Aug 8, 2015
1 parent 1751daa commit 560b5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/app/controllers/signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default Ember.Controller.extend(ValidationEngine, {
notifications.closeNotifications();

this.validate().then(function () {
this.toggleProperty('submitting');
self.toggleProperty('submitting');
ajax({
url: self.get('ghostPaths.url').api('authentication', 'invitation'),
type: 'POST',
Expand Down

0 comments on commit 560b5b6

Please sign in to comment.