Skip to content

Commit bc7d4b7

Browse files
authored
Don't flash 'current_password' input #5541 (#36415)
1 parent f330a09 commit bc7d4b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Foundation/Exceptions/Handler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class Handler implements ExceptionHandlerContract
103103
* @var string[]
104104
*/
105105
protected $dontFlash = [
106+
'current_password',
106107
'password',
107108
'password_confirmation',
108109
];

0 commit comments

Comments
 (0)