@privy-io/react-auth 1.31.0-beta.1 → 1.31.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -184,7 +184,8 @@ declare enum PrivyErrorCode {
184
184
  MUST_BE_AUTHENTICATED = "must_be_authenticated",
185
185
  UNKNOWN_CONNECT_WALLET_ERROR = "unknown_connect_wallet_error",
186
186
  GENERIC_CONNECT_WALLET_ERROR = "generic_connect_wallet_error",
187
- CLIENT_REQUEST_TIMEOUT = "client_request_timeout"
187
+ CLIENT_REQUEST_TIMEOUT = "client_request_timeout",
188
+ INVALID_CREDENTIALS = "invalid_credentials"
188
189
  }
189
190
 
190
191
  /**