Better errors handling for user controller

This commit is contained in:
Bubka
2020-01-13 23:10:32 +01:00
parent 289b36d9d0
commit efc3f5d61e
8 changed files with 22 additions and 15 deletions

View File

@ -28,7 +28,7 @@ return [
'confirm_password' => 'Confirm password',
'dont_have_account_yet' => 'Don\'t have your account yet?',
'already_register' => 'Already registered?',
'passwords_do_not_match' => 'Passwords do not match',
'password_do_not_match' => 'Password do not match',
]