18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"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."
|
|
} |