We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a3974 commit b5e890fCopy full SHA for b5e890f
packages/thirdweb/src/wallets/in-app/core/wallet/types.ts
@@ -39,7 +39,7 @@ export type WalletUser = UserStatus;
39
40
export type InAppWalletSocialAuth = SocialAuthOption;
41
export type InAppWalletOAuth = OAuthOption;
42
-export type AuthOptionWithOptions = {type: AuthOption, defaultValue: string };
+export type AuthOptionWithOptions = {type: 'email' | 'phone', defaultValue: string };
43
export type InAppWalletAuth = AuthOption | AuthOptionWithOptions;
44
export type { AuthOption };
45
0 commit comments