mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Remove unused variable
This commit is contained in:
parent
1ede022dd8
commit
76c281aedd
|
@ -106,8 +106,6 @@ export default class ChangeEmailModal extends Modal {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const oldEmail = app.session.user.email();
|
|
||||||
|
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
this.alertAttrs = null;
|
this.alertAttrs = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user