mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-13 23:38:32 +02:00
Check user count to prevent more than one registered user
This commit is contained in:
@ -26,7 +26,7 @@ return [
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'confirm_password' => 'Confirm password',
|
||||
'dont_have_account_yet' => 'Don\'t have an account yet?',
|
||||
'dont_have_account_yet' => 'Don\'t have your account yet?',
|
||||
'already_register' => 'Already registered?',
|
||||
'passwords_do_not_match' => 'Passwords do not match',
|
||||
]
|
||||
|
Reference in New Issue
Block a user