removed trim strings middleware from affecting passwords and password confirmations as those aren't used for login
This commit is contained in:
@@ -12,7 +12,6 @@ class TrimStrings extends Middleware
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $except = [
|
protected $except = [
|
||||||
'password',
|
//
|
||||||
'password_confirmation',
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user