mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Fix signup bug
No Issue - fixes bug that prevents successful signup from invite
This commit is contained in:
parent
5b19463445
commit
13f9fd9cb0
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user