1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

fix: status code for more factors required

This commit is contained in:
Torsten Dittmann 2024-02-16 14:59:40 +00:00
parent 4748dedd29
commit ca650fce1b

View file

@ -245,7 +245,7 @@ return [
Exception::USER_MORE_FACTORS_REQUIRED => [
'name' => Exception::USER_MORE_FACTORS_REQUIRED,
'description' => 'More factors are required to complete the sign in process.',
'code' => 400,
'code' => 401,
],
Exception::USER_OAUTH2_BAD_REQUEST => [
'name' => Exception::USER_OAUTH2_BAD_REQUEST,