Open basti394 opened 3 months ago
{ "status": 400, "message": "OTP not sent", "data": { "otpSession": { "error": { "code": 400, "message": "TOO_MANY_ATTEMPTS_TRY_LATER", "errors": [ { "message": "TOO_MANY_ATTEMPTS_TRY_LATER", "domain": "global", "reason": "invalid" } ] } } } }
I get this response, when I try to login, but I only requested 3 times. Why is that the case?
{ "status": 400, "message": "OTP not sent", "data": { "otpSession": { "error": { "code": 400, "message": "TOO_MANY_ATTEMPTS_TRY_LATER", "errors": [ { "message": "TOO_MANY_ATTEMPTS_TRY_LATER", "domain": "global", "reason": "invalid" } ] } } } }
I get this response, when I try to login, but I only requested 3 times. Why is that the case?