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
For defining custom UI, branding, and translations for your brand app, you just need to define an optional object called `WhiteLabelData`.
12
13
`WhiteLabelData` can be definied during initialization of the SDK in `LoginParams` object.
@@ -44,7 +45,6 @@ Plan**. You can use this feature in the development environment for free.
44
45
|`useLogoLoader?`| Use logo loader. If `logoDark` and `logoLight` are null, the default Web3Auth logo will be used for the loader. Default value is false. |
For defining custom UI, branding, and translations for your brand app, you just need to specify an additional parameter within the `Web3AuthOptions`
12
13
class called `whiteLabel`. This parameter takes another object called `WhiteLabelData`.
@@ -44,7 +45,6 @@ Plan**. You can use this feature in the development environment for free.
44
45
|`useLogoLoader?`| Use logo loader. If `logoDark` and `logoLight` are null, the default Web3Auth logo will be used for the loader. Default value is false. |
0 commit comments