You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/thirdweb/src/wallets/in-app/web/in-app.ts
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,22 @@ import type { InAppWalletCreationOptions } from "../core/wallet/types.js";
297
297
* });
298
298
* ```
299
299
*
300
+
* ### Set the default value for the email and phone auth options
301
+
*
302
+
* By default,the email and phone auth options will be empty. You can change this behavior by passing the auth option for phone or email as an object with the `defaultValue` property.
0 commit comments