Skip to content

Commit

Permalink
Don't flash 'current_password' input #5541 (#36415)
Browse files Browse the repository at this point in the history
  • Loading branch information
4m1n0s authored Feb 28, 2021
1 parent f330a09 commit bc7d4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Foundation/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class Handler implements ExceptionHandlerContract
* @var string[]
*/
protected $dontFlash = [
'current_password',
'password',
'password_confirmation',
];
Expand Down

0 comments on commit bc7d4b7

Please sign in to comment.