diff --git a/packages/thirdweb/src/wallets/in-app/core/authentication/types.ts b/packages/thirdweb/src/wallets/in-app/core/authentication/types.ts index 369a5f50988..0a8ea48471b 100644 --- a/packages/thirdweb/src/wallets/in-app/core/authentication/types.ts +++ b/packages/thirdweb/src/wallets/in-app/core/authentication/types.ts @@ -36,8 +36,19 @@ export type SingleStepAuthArgsType = | SocialAuthArgsType | { strategy: "jwt"; jwt: string; encryptionKey: string } | { strategy: "auth_endpoint"; payload: string; encryptionKey: string } - | { strategy: "iframe_email_verification"; email: string } - | { strategy: "iframe" } + | { + /** + * @deprecated + */ + strategy: "iframe_email_verification"; + email: string; + } + | { + /** + * @deprecated + */ + strategy: "iframe"; + } | { strategy: "passkey"; /**