mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +02:00
Fix change password validation rule not checking for confirmation
This commit is contained in:
parent
69c3f08f7b
commit
c27bef1819
@ -25,7 +25,7 @@ class UserPatchPwdRequest extends FormRequest
|
||||
{
|
||||
return [
|
||||
'currentPassword' => 'required',
|
||||
'password' => 'required|string|min:8',
|
||||
'password' => 'required|confirmed|string|min:8',
|
||||
];
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user