mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-04 05:36:05 +02:00
Whoops, dont mess up logging in if the code starts with 0
This commit is contained in:
@@ -25,7 +25,7 @@ class LoginCheckpointRequest extends FormRequest
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'confirmation_token' => 'required|string',
|
'confirmation_token' => 'required|string',
|
||||||
'authentication_code' => 'required|int',
|
'authentication_code' => 'required|numeric',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user