mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +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;
|
||||
}
|
||||
|
||||
const oldEmail = app.session.user.email();
|
||||
|
||||
this.loading = true;
|
||||
this.alertAttrs = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user