mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 22:59:57 +08:00
Make replyAction into a promise. closes #100
This commit is contained in:
@ -60,7 +60,7 @@ export default class LoginModal extends FormModal {
|
||||
|
||||
app.session.login(email, password).then(() => {
|
||||
this.hide();
|
||||
this.props.callback && this.props.callback();
|
||||
this.props.onlogin && this.props.onlogin();
|
||||
}, response => {
|
||||
this.loading(false);
|
||||
if (response && response.code === 'confirm_email') {
|
||||
|
Reference in New Issue
Block a user