feat: add collapse to login screen with cli command for password reset (#963)

* feat: add collapse to login screen with cli command for password reset

* refactor: add translations
This commit is contained in:
Meier Lukas
2024-08-10 15:54:43 +02:00
committed by GitHub
parent 9ce172e78a
commit bc886d9476
2 changed files with 40 additions and 4 deletions

View File

@@ -58,6 +58,10 @@ export default {
message: "Your login failed",
},
},
forgotPassword: {
label: "Forgotten your password?",
description: "An administrator can use the following command to reset your password:",
},
},
register: {
label: "Create account",