🐛 Fix issues with login page

This commit is contained in:
Meier Lukas
2023-07-28 20:45:54 +02:00
parent d7f6bdf417
commit 326395730e
8 changed files with 1104 additions and 997 deletions

View File

@@ -1,27 +1,18 @@
{
"title": "Welcome back!",
"text": "Please enter your password",
"text": "Please enter your credentials",
"form": {
"fields": {
"username": {
"label": "Username"
},
"password": {
"label": "Password",
"placeholder": "Your password"
"label": "Password"
}
},
"buttons": {
"submit": "Sign in"
}
},
"notifications": {
"checking": {
"title": "Checking your password",
"message": "Your password is being checked..."
},
"correct": {
"title": "Sign in successful, redirecting..."
},
"wrong": {
"title": "The password you entered is incorrect, please try again."
}
}
}
"alert": "Your credentials are incorrect or this account doesn't exist. Please try again."
}