stage 1 of oauth removal, switch to sanctum pat tokens
This commit is contained in:
@@ -9,11 +9,20 @@ return [
|
||||
'login' => [
|
||||
'title' => 'Sign in',
|
||||
'username_or_email' => 'Username or email address',
|
||||
'username_or_email_placeholder' => 'name@example.com',
|
||||
'password' => 'Password',
|
||||
'password_placeholder' => 'Your password',
|
||||
'remember' => 'Stay signed in',
|
||||
'remember_me' => 'Stay signed in',
|
||||
'submit' => 'Sign in',
|
||||
'panel_title' => 'Tenant Admin',
|
||||
'panel_copy' => 'Sign in with your Fotospiel admin credentials to continue.',
|
||||
'remember_hint' => 'We will keep you signed in on this device.',
|
||||
'loading' => 'Signing in …',
|
||||
'support' => 'Need help? Contact support@fotospiel.de.',
|
||||
],
|
||||
'verify_email' => 'Your email address is not verified. Please check your inbox for the verification link.',
|
||||
'no_tenant_associated' => 'We could not find a tenant for your account. Please contact support.',
|
||||
'not_authorized' => 'You are not authorized to access the tenant dashboard.',
|
||||
'unverified' => 'Please verify your email address before signing in.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user