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
|`appName?`|`string`| App name to be displayed in the User Flow Screens. | dApp's Website URL | No |
23
-
|`appUrl?`|`string`| App URL to be displayed in the User Flow Screens. | dApp's Website URL | No |
24
-
|`logoLight?`|`string`| App logo to be shown on the light background (light theme) |[web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg)| No |
25
-
|`logoDark?`|`string`| App logo to be shown on the dark background (dark theme) |[web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg)| No |
26
-
|`defaultLanguage?`|`string`| Default Language to use. <br/> Choose from: <ul><li>`en` - English</li><li>`de` - German</li><li>`ja` - Japanese</li><li>`ko` - Korean</li><li>`zh` - Mandarin</li><li>`es` - Spanish</li><li>`fr` - French</li><li>`pt` - Portuguese</li><li>`nl` - Dutch</li></ul> | en - English | No |
27
-
|`mode?`|`string`| Choose between `auto`, `light` or `dark` background modes. |`auto`| No |
28
-
|`theme?`|`{ [P in string]: string; }`| Used to customize the theme of the login modal with the following options <br /> `'primary'` - To customize the primary color of the modal's content |`#0364FF`| No |
29
-
|`tncLink?`|`Partial<Record<LANGUAGE_TYPE, string>>`| Language specific link for terms and conditions on torus-website. See (examples/vue-app) to configure e.g. tncLink: `{en: "http://example.com/tnc/en", ja: "http://example.com/tnc/ja"}`| none | No |
30
-
|`privacyPolicy?`|`Partial<Record<LANGUAGE_TYPE, string>>`| Language specific link for privacy policy on torus-website. See (examples/vue-app) to configure e.g. `privacyPolicy: { en: "http://example.com/tnc/en", ja: "http://example.com/tnc/ja", }`| none | No |
|`appName?`|`string`| App name to be displayed in the User Flow Screens. | dApp's Website URL | No |
23
+
|`appUrl?`|`string`| App URL to be displayed in the User Flow Screens. | dApp's Website URL | No |
24
+
|`logoLight?`|`string`| App logo to be shown on the light background (light theme) |[web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg)| No |
25
+
|`logoDark?`|`string`| App logo to be shown on the dark background (dark theme) |[web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg)| No |
26
+
|`defaultLanguage?`|`string`| Default Language to use. <br/> Choose from: <ul><li>`en` - English</li><li>`de` - German</li><li>`ja` - Japanese</li><li>`ko` - Korean</li><li>`zh` - Mandarin</li><li>`es` - Spanish</li><li>`fr` - French</li><li>`pt` - Portuguese</li><li>`nl` - Dutch</li><li>`tr` - Turkish</li></ul> | en - English | No |
27
+
|`mode?`|`string`| Choose between `auto`, `light` or `dark` background modes. |`auto`| No |
28
+
|`theme?`|`{ [P in string]: string; }`| Used to customize the theme of the login modal with the following options <br /> `'primary'` - To customize the primary color of the modal's content |`#0364FF`| No |
29
+
|`tncLink?`|`Partial<Record<LANGUAGE_TYPE, string>>`| Language specific link for terms and conditions on torus-website. See (examples/vue-app) to configure e.g. tncLink: `{en: "http://example.com/tnc/en", ja: "http://example.com/tnc/ja"}`| none | No |
30
+
|`privacyPolicy?`|`Partial<Record<LANGUAGE_TYPE, string>>`| Language specific link for privacy policy on torus-website. See (examples/vue-app) to configure e.g. `privacyPolicy: { en: "http://example.com/tnc/en", ja: "http://example.com/tnc/ja", }`| none | No |
0 commit comments