1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 15:21:16 +02:00

Remove unused variable

This commit is contained in:
Alexander Skvortsov
2021-01-25 20:53:07 -05:00
parent 1ede022dd8
commit 76c281aedd

View File

@@ -106,8 +106,6 @@ export default class ChangeEmailModal extends Modal {
return;
}
const oldEmail = app.session.user.email();
this.loading = true;
this.alertAttrs = null;