Whoops, dont mess up logging in if the code starts with 0
This commit is contained in:
parent
d1880af18d
commit
ad61774171
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class LoginCheckpointRequest extends FormRequest
|
|||
{
|
||||
return [
|
||||
'confirmation_token' => 'required|string',
|
||||
'authentication_code' => 'required|int',
|
||||
'authentication_code' => 'required|numeric',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue