Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Don't flash 'current_password' input #5541
  • Loading branch information
4m1n0s authored Feb 28, 2021
commit 94e9287afdebb070075c61068109b30ccd5645b4
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