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;