@@ -7,11 +7,6 @@ image: "images/docs-meta-cards/documentation-card.png"
77
88import 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-
1510Web3Auth's whitelabeling capabilities allow customization of the user interface, branding, and
1611translations, 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**.
4944Adapt the login modal's design to reflect your application's branding, from colors and logos to
5045fonts 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.
0 commit comments