mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
commit
4d43c84956
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export default Ember.Controller.extend(ValidationEngine, {
|
||||||
notifications.closeNotifications();
|
notifications.closeNotifications();
|
||||||
|
|
||||||
this.validate().then(function () {
|
this.validate().then(function () {
|
||||||
this.toggleProperty('submitting');
|
self.toggleProperty('submitting');
|
||||||
ajax({
|
ajax({
|
||||||
url: self.get('ghostPaths.url').api('authentication', 'invitation'),
|
url: self.get('ghostPaths.url').api('authentication', 'invitation'),
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
|
|
Loading…
Add table
Reference in a new issue