diff --git a/frontend/src/pages/ForgotPassword.vue b/frontend/src/pages/ForgotPassword.vue index 773b78278..fcc6ce05b 100644 --- a/frontend/src/pages/ForgotPassword.vue +++ b/frontend/src/pages/ForgotPassword.vue @@ -13,11 +13,13 @@ :label="$t('form.email')" :placeholder="$t('form.email')" > -
- + + + {{ $t('settings.password.send_now') }} -
+ + @@ -88,3 +90,13 @@ export default { }, } + diff --git a/frontend/src/pages/Login.vue b/frontend/src/pages/Login.vue index e59f019d4..c177049ef 100644 --- a/frontend/src/pages/Login.vue +++ b/frontend/src/pages/Login.vue @@ -127,3 +127,13 @@ export default { }, } + diff --git a/frontend/src/pages/Register.vue b/frontend/src/pages/Register.vue index c2877e897..8029a4bc6 100755 --- a/frontend/src/pages/Register.vue +++ b/frontend/src/pages/Register.vue @@ -81,12 +81,13 @@ - + {{ $t('signup') }} @@ -174,3 +175,13 @@ export default { }, } +