Fix login routes
This commit is contained in:
parent
5927e0e12a
commit
e5f3678c62
3 changed files with 4 additions and 3 deletions
|
@ -17,4 +17,5 @@ return [
|
|||
'request_reset' => 'Locate Account',
|
||||
'2fa_required' => '2-Factor Authentication',
|
||||
'2fa_failed' => 'The 2FA token provided was invalid.',
|
||||
'totp_failed' => 'There was an error while attempting to validate TOTP.',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue