✨ Add working sign-in / sign-out, add working registration with token
This commit is contained in:
20
public/locales/en/authentication/register.json
Normal file
20
public/locales/en/authentication/register.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"title": "Create Account",
|
||||
"text": "Please define your credentials below",
|
||||
"form": {
|
||||
"fields": {
|
||||
"username": {
|
||||
"label": "Username"
|
||||
},
|
||||
"password": {
|
||||
"label": "Password"
|
||||
},
|
||||
"passwordConfirmation": {
|
||||
"label": "Confirm password"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Register"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user