19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"metaTitle": "Login",
|
|
"title": "Welcome back!",
|
|
"text": "Please enter your credentials",
|
|
"form": {
|
|
"fields": {
|
|
"username": {
|
|
"label": "Username"
|
|
},
|
|
"password": {
|
|
"label": "Password"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"submit": "Sign in"
|
|
}
|
|
},
|
|
"alert": "Your credentials are incorrect or this account doesn't exist. Please try again."
|
|
} |