forked from Alex/Pterodactyl-Panel
Whoops, dont mess up logging in if the code starts with 0
This commit is contained in:
parent
d1880af18d
commit
ad61774171
@ -25,7 +25,7 @@ class LoginCheckpointRequest extends FormRequest
|
||||
{
|
||||
return [
|
||||
'confirmation_token' => 'required|string',
|
||||
'authentication_code' => 'required|int',
|
||||
'authentication_code' => 'required|numeric',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user