mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 20:48:15 +08:00
FIX: send test email doesn't show a status
This commit is contained in:
@ -33,7 +33,7 @@ export default Ember.Controller.extend({
|
||||
data: { email_address: this.get("testEmailAddress") }
|
||||
})
|
||||
.then(response =>
|
||||
this.set("sentTestEmailMessage", response.send_test_email_message)
|
||||
this.set("sentTestEmailMessage", response.sent_test_email_message)
|
||||
)
|
||||
.catch(e => {
|
||||
if (e.responseJSON && e.responseJSON.errors) {
|
||||
|
Reference in New Issue
Block a user