We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
val cause = JSONObject(message?:"{}").get("message") as String return when (cause.contains("OTP")) { true -> NEED_TWO_FACTOR false -> BAD_CREDENTIAL }
AuthUtil object에서 message를 JSONObject로 변환할 수 없습니다. Log를 찍어봤는데 message가 다음과 같이 html형식으로 반환됩니다. 어떻게 해야 할까요?
<html> <head><title>400 Bad Request</title></head> <body> <center><h1>400 Bad Request</h1></center> <hr><center>nginx</center> </body> </html>
The text was updated successfully, but these errors were encountered:
저도 문제를 확인하였습니다
Sorry, something went wrong.
해결완료~~ 👍
tlaabs
No branches or pull requests
AuthUtil object에서 message를 JSONObject로 변환할 수 없습니다.
Log를 찍어봤는데 message가 다음과 같이 html형식으로 반환됩니다. 어떻게 해야 할까요?
The text was updated successfully, but these errors were encountered: