From 0ba5f5baade94a051710d9d9d408ac8083c14ac6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Jun 2019 14:30:49 +0200 Subject: Add ability to change email in client --- .../my-account-change-email.component.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html (limited to 'client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html') diff --git a/client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html b/client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html new file mode 100644 index 000000000..ebfe3126d --- /dev/null +++ b/client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html @@ -0,0 +1,36 @@ +
{{ error }}
+
{{ success }}
+ +
+ Your current email is +
+ +
+ is awaiting email verification +
+ +
+ +
+ + +
+ {{ formErrors['new-email'] }} +
+
+ +
+ +
+ {{ formErrors['password'] }} +
+
+ + +
-- cgit v1.2.3