@privy-io/react-auth 1.33.0-beta.1 → 1.33.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
@@ -177,7 +177,6 @@ declare enum PrivyErrorCode {
177
177
  INVALID_DATA = "invalid_data",
178
178
  LINKED_TO_ANOTHER_USER = "linked_to_another_user",
179
179
  ALLOWLIST_REJECTED = "allowlist_rejected",
180
- OAUTH_INVALID_AUTH_CODE = "oauth_invalid_auth_code",
181
180
  OAUTH_USER_DENIED = "oauth_user_denied",
182
181
  UNKNOWN_AUTH_ERROR = "unknown_auth_error",
183
182
  USER_EXITED_AUTH_FLOW = "exited_auth_flow",