* feat: Add logs for incorrect AUTH_PROVIDER and show in login page * feat: format any entry to lower case for AUTH_PROVIDER * fix: Change simple text to Alert element on login page
24 lines
630 B
JSON
24 lines
630 B
JSON
{
|
|
"metaTitle": "Login",
|
|
"title": "Welcome back!",
|
|
"text": "Please enter your credentials",
|
|
"form": {
|
|
"fields": {
|
|
"username": {
|
|
"label": "Username"
|
|
},
|
|
"password": {
|
|
"label": "Password"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"submit": "Sign in"
|
|
},
|
|
"afterLoginRedirection": "After login, you'll be redirected to {{url}}",
|
|
"providersEmpty": {
|
|
"title": "Auth Provider Error",
|
|
"message": "The provider(s) are unset, please check your logs for more information."
|
|
}
|
|
},
|
|
"alert": "Your credentials are incorrect or this account doesn't exist. Please try again."
|
|
} |