Skip to content

Commit 9215e54

Browse files
committed
update what is passed to custom callback
1 parent c58a2fb commit 9215e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/ConfirmablePasswordController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function confirmPasswordUsingCustomCallback(Request $request)
7676
return call_user_func(
7777
Fortify::$confirmPasswordsUsingCallback,
7878
$request->user(),
79-
$request
79+
$request->input('password')
8080
);
8181
}
8282
}

0 commit comments

Comments
 (0)