Fix login routes

This commit is contained in:
Dane Everitt 2017-04-01 21:18:56 -04:00
parent 5927e0e12a
commit e5f3678c62
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 4 additions and 3 deletions

View file

@ -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.',
];