🐛 Fix issues with login page
This commit is contained in:
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user