* ✨ Add login redirection * 🚑 Fix cross site scripting using server side regex validation * ✅ Add unit test
20 lines
470 B
JSON
20 lines
470 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}}"
|
|
},
|
|
"alert": "Your credentials are incorrect or this account doesn't exist. Please try again."
|
|
} |