[Bug] Missing SSO_LOGIN_PASSWORD_INCORRECT_WITHOUT_COUNT
error code in loginKaist()
function
#9
Labels
bug
Something isn't working
Package Scope
Package name:
@kaistian/[email protected]
Describe the bug
The
loginKaist()
function erroneously throws aZodError
when encountering an unrecognized error codeSSO_LOGIN_PASSWORD_INCORRECT_WITHOUT_COUNT
.Screenshots
Possible Solution
Include
SSO_LOGIN_PASSWORD_INCORRECT_WITHOUT_COUNT
in the enum of valid error codes for theLoginKaistError.errorCode
to handle this case appropriately.The text was updated successfully, but these errors were encountered: