Skip to content

Commit b31ef92

Browse files
committed
Gifs updated
1 parent df67cb6 commit b31ef92

4 files changed

Lines changed: 7 additions & 65 deletions

File tree

docs/features/whitelabel.mdx

Lines changed: 6 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ image: "images/docs-meta-cards/documentation-card.png"
77

88
import CommonQuestions from "@site/src/components/CommonQuestions";
99

10-
import DarkMode from "@site/static/guides/whitelabel-web3auth-openlogin-dark.png";
11-
import LightMode from "@site/static/guides/whitelabel-web3auth-openlogin-light.png";
12-
import StandardColor from "@site/static/guides/whitelabel-web3auth-openlogin-theme1.png";
13-
import ModifiedColor from "@site/static/guides/whitelabel-web3auth-openlogin-theme2.png";
14-
1510
Web3Auth's whitelabeling capabilities allow customization of the user interface, branding, and
1611
translations, ensuring the authentication flow seamlessly aligns with your application's identity.
1712

@@ -27,7 +22,7 @@ Dashboard (version 8.5.0 onwards)and code. The main whitelabeling options includ
2722
- User Flow and MFA Screen Transition
2823
- Language Customization and Localization
2924

30-
![Web3Auth Whitelabeling Dashboard](/images/whitelabel/whitelabel-dashboard.gif)
25+
![Web3Auth Whitelabeling Dashboard](/images/dashboard/branding.gif)
3126

3227
:::tip
3328

@@ -49,70 +44,17 @@ use this feature is the **Growth Plan**.
4944
Adapt the login modal's design to reflect your application's branding, from colors and logos to
5045
fonts and button styles.
5146

52-
![Web3Auth Plug and Play Login Modal](/images/whitelabel/modal/whitelable-login-modal.gif)
53-
5447
### User Flow and MFA Screen Transition
5548

56-
Provide a consistent and engaging experience throughout the user authentication process, including
57-
the transition between different authentication stages and support for both light and dark modes.
58-
59-
<br />
60-
61-
<div className="text-image-column">
62-
<div>
63-
<h4>Light mode</h4>
64-
<img
65-
style={{ display: "block", maxHeight: "500px", alignSelf: "center" }}
66-
src={LightMode}
67-
alt="light theme"
68-
/>
69-
</div>
70-
<div>
71-
<h4>Dark Mode</h4>
72-
<img
73-
style={{ display: "block", maxHeight: "500px", alignSelf: "center" }}
74-
src={DarkMode}
75-
alt="dark theme"
76-
/>
77-
</div>
78-
</div>
79-
80-
<br />
81-
82-
<div className="text-image-column">
83-
<div>
84-
<h4>
85-
Standard color <code>#0364FF</code>
86-
</h4>
87-
<img
88-
style={{ display: "block", maxHeight: "500px", alignSelf: "center" }}
89-
src={StandardColor}
90-
alt="Theme is a record of colors that can be configured."
91-
/>
92-
</div>
93-
<div>
94-
<h4>
95-
Color changed to <code>#D72F7A</code>
96-
</h4>
97-
<img
98-
style={{ display: "block", maxHeight: "500px", alignSelf: "center" }}
99-
src={ModifiedColor}
100-
alt="Theme affects icons and links."
101-
/>
102-
</div>
103-
</div>
104-
<br />
49+
Select the user flow and MFA screen transition to customize the user experience via the Dashboard.
10550

10651
### Language Customization and Localization
10752

108-
Web3Auth supports multiple languages, improving accessibility and user engagement across diverse
109-
demographics.
110-
111-
- **Multi-Language Support:** Web3Auth offers localization in various languages, including English
112-
(en), Spanish (es), German (de), Chinese (zh), Japanese (ja), Korean (ko), French (fr), Portuguese
113-
(pt), and Dutch (nl).
53+
Web3Auth supports switching between multiple languages, improving accessibility and user engagement
54+
across diverse demographics.
11455

115-
![Language Modified Screen](@site/static/guides/whitelabel-web3auth-openlogin-language.png)
56+
- **Multi-Language Support:** Web3Auth offers localization in various languages, including English,
57+
Spanish, German, Mandarin, Korean, Japanese, French, Portuguese, Turkish, and Dutch.
11658

11759
- **Open-Source Contributions:** Language support is maintained in an open-source repository,
11860
enabling community contributions to add or enhance translations.

docs/migration-guides/modal-v9-to-v10.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ configurations and a more direct approach to modal customization.
132132
- Most general branding settings previously in the client-side `uiConfig` (e.g., `appName`,
133133
`logoLight`, `logoDark`, `theme` colors) are **now primarily configured on the
134134
[Web3Auth Developer Dashboard](https://dashboard.web3auth.io)**.
135-
![Branding customizations on Web3Auth Dashboard](https://i.ibb.co/xKzWt6wp/branding.gif)
135+
![Branding customizations on Web3Auth Dashboard](/images/dashboard/branding.gif)
136136
- **Action:** Transfer v9 `uiConfig` branding to the dashboard. Client-side `uiConfig` in v10
137137
`Web3AuthOptions` is minimal, for overrides not covered by the dashboard.
138138

1.92 MB
Loading

static/images/mfa/mfa-options.gif

1.31 MB
Loading

0 commit comments

Comments
 (0)