diff --git a/src/components/users/change-password/ko/runtime/change-password.html b/src/components/users/change-password/ko/runtime/change-password.html index 4957a5262..4935f6f71 100644 --- a/src/components/users/change-password/ko/runtime/change-password.html +++ b/src/components/users/change-password/ko/runtime/change-password.html @@ -3,10 +3,8 @@ -
- -
+
- - -
+
Follow the instructions from the email to verify your account.

- - -
+
- \ No newline at end of file diff --git a/src/components/users/signup/ko/runtime/signup.ts b/src/components/users/signup/ko/runtime/signup.ts index 77be3225b..449031c65 100644 --- a/src/components/users/signup/ko/runtime/signup.ts +++ b/src/components/users/signup/ko/runtime/signup.ts @@ -222,8 +222,7 @@ export class Signup { errors: [] }; this.eventManager.dispatchEvent("onValidationErrors", validationReport); - } - catch (error) { + } catch (error) { if (isCaptchaRequired) { WLSPHIP0.reloadHIP(); } @@ -247,8 +246,7 @@ export class Signup { }; this.eventManager.dispatchEvent("onValidationErrors", validationReport); - } - finally { + } finally { this.working(false); } }