0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fix signup bug

No Issue

- fixes bug that prevents successful signup from invite
This commit is contained in:
cobbspur 2015-08-08 16:04:22 +01:00
parent 1751daa9e7
commit 560b5b693a

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