+
+
@@ -125,3 +128,10 @@ onMounted(() => {
})
})
+
+
diff --git a/frontend/src/layouts/AuthLayout.vue b/frontend/src/layouts/AuthLayout.vue
index f86a9b264..ab6973a0e 100644
--- a/frontend/src/layouts/AuthLayout.vue
+++ b/frontend/src/layouts/AuthLayout.vue
@@ -170,4 +170,13 @@ export default {
:deep(.b-avatar.text-bg-secondary) {
background-color: transparent !important;
}
+
+:deep(.popover-body) {
+ background-color: #383838;
+}
+
+:deep(.popover-arrow::after),
+:deep(.popover-arrow::before) {
+ border-top-color: #383838;
+}
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index 2bf551953..f8b26f842 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -159,6 +159,7 @@
"memo": "Nachricht",
"message": "Nachricht",
"new_balance": "Neuer Kontostand nach Bestätigung",
+ "newPasswordRepeat": "Neues Passwort wiederholen",
"no_gdd_available": "Du hast keine GDD zum versenden.",
"ok": "Ok",
"password": "Passwort",
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index cb4214e40..d08efd90b 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -159,6 +159,7 @@
"memo": "Message",
"message": "Message",
"new_balance": "Account balance after confirmation",
+ "newPasswordRepeat": "Repeat new password",
"no_gdd_available": "You do not have GDD to send.",
"ok": "Ok",
"password": "Password",
diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json
index 7ef3d0226..cc01acb9c 100644
--- a/frontend/src/locales/es.json
+++ b/frontend/src/locales/es.json
@@ -131,6 +131,7 @@
"memo": "Mensaje",
"message": "Noticia",
"new_balance": "Saldo de cuenta nuevo depués de confirmación",
+ "newPasswordRepeat": "Repetir contraseña nueva",
"no_gdd_available": "No dispones de GDD para enviar.",
"password": "Contraseña",
"passwordRepeat": "Repetir contraseña",
diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json
index 81827c9c6..408983190 100644
--- a/frontend/src/locales/fr.json
+++ b/frontend/src/locales/fr.json
@@ -137,6 +137,7 @@
"memo": "Note",
"message": "Message",
"new_balance": "Montant du solde après confirmation",
+ "newPasswordRepeat": "Répétez le nouveau mot de passe",
"no_gdd_available": "Vous n'avez pas de GDD à envoyer.",
"password": "Mot de passe",
"passwordRepeat": "Répétez le mot de passe",
diff --git a/frontend/src/locales/nl.json b/frontend/src/locales/nl.json
index 2201f0712..a0b6aefad 100644
--- a/frontend/src/locales/nl.json
+++ b/frontend/src/locales/nl.json
@@ -131,6 +131,7 @@
"memo": "Memo",
"message": "Bericht",
"new_balance": "Nieuw banksaldo na bevestiging",
+ "newPasswordRepeat": "Nieuw wachtwoord herhalen",
"no_gdd_available": "Je hebt geen GDD om te versturen.",
"password": "Wachtwoord",
"passwordRepeat": "Wachtwoord herhalen",
diff --git a/frontend/src/locales/tr.json b/frontend/src/locales/tr.json
index f3860f095..3e3ac0a04 100644
--- a/frontend/src/locales/tr.json
+++ b/frontend/src/locales/tr.json
@@ -124,6 +124,7 @@
"memo": "Mesaj",
"message": "Mesaj",
"new_balance": "Onay sonrası hesap bakiyesi",
+ "newPasswordRepeat": "Yeni şifreyi tekrarla",
"no_gdd_available": "Göndermek için GDD'niz yok.",
"password": "Şifre",
"passwordRepeat": "Şifreyi tekrarla",
diff --git a/frontend/src/pages/ForgotPassword.vue b/frontend/src/pages/ForgotPassword.vue
index 8d467d959..64b920aca 100644
--- a/frontend/src/pages/ForgotPassword.vue
+++ b/frontend/src/pages/ForgotPassword.vue
@@ -6,7 +6,12 @@
-
+
{
background-color: #ebebeba3 !important;
}
+