0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Merge pull request #5643 from cobbspur/fixBug

Fix signup bug
This commit is contained in:
Hannah Wolfe 2015-08-08 16:36:01 +01:00
commit 4d43c84956

View file

@ -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',