-
- {{ $t('If an account with this email exists, we just sent another confirmation email to {email}', {email: credentials.email}) }}
-
-
- {{ $t("Please check your spam folder if you didn't receive the email.") }}
-
+
+
+
+ {{ $t('Resend confirmation email') }}
+
+
+
+
+ {{ $t('If an account with this email exists, we just sent another confirmation email to {email}', {email: credentials.email}) }}
+
+
+ {{ $t("Please check your spam folder if you didn't receive the email.") }}
+
+
@@ -73,3 +77,9 @@ export default class ResendConfirmation extends Vue {
}
}
+
+
\ No newline at end of file
diff --git a/js/src/views/User/SendPasswordReset.vue b/js/src/views/User/SendPasswordReset.vue
index 5ad1150e..29b9c24b 100644
--- a/js/src/views/User/SendPasswordReset.vue
+++ b/js/src/views/User/SendPasswordReset.vue
@@ -1,25 +1,29 @@
-
-
- {{ $t('Password reset') }}
-
- {{ error }}
-
-
-
- {{ $t('We just sent an email to {email}', {email: credentials.email}) }}
-
-
- {{ $t("Please check your spam folder if you didn't receive the email.") }}
-
+
+
+
+ {{ $t('Password reset') }}
+
+ {{ error }}
+
+
+
+ {{ $t('We just sent an email to {email}', {email: credentials.email}) }}
+
+
+ {{ $t("Please check your spam folder if you didn't receive the email.") }}
+
+