mirror of
https://github.com/flarum/core.git
synced 2025-07-12 12:26:23 +02:00
Improvements to change/forgot password
This commit is contained in:
@ -8,7 +8,7 @@ export default class ChangePasswordModal extends FormModal {
|
||||
body: [
|
||||
m('p.help-text', 'Click the button below and check your email for a link to change your password.'),
|
||||
m('div.form-group', [
|
||||
m('button.btn.btn-primary.btn-block[type=submit]', 'Send Password Reset Email')
|
||||
m('button.btn.btn-primary.btn-block[type=submit]', {disabled: this.loading()}, 'Send Password Reset Email')
|
||||
])
|
||||
]
|
||||
});
|
||||
|
Reference in New Issue
Block a user