Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit a90104c

Browse files
committed
Add captcha error to CookieNonceErrorType
1 parent d029eb4 commit a90104c

File tree

1 file changed

+1
-0
lines changed
  • fluxc/src/main/java/org/wordpress/android/fluxc/network/rest/wpapi

1 file changed

+1
-0
lines changed

fluxc/src/main/java/org/wordpress/android/fluxc/network/rest/wpapi/Nonce.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ sealed interface Nonce {
2222
CUSTOM_LOGIN_URL,
2323
CUSTOM_ADMIN_URL,
2424
INVALID_NONCE,
25+
CAPTCHA_ERROR,
2526
GENERIC_ERROR,
2627
UNKNOWN
2728
}

0 commit comments

Comments
 (0)