File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
packages/no-modal/src/connectors/auth-connector Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ const options = computed((): Web3AuthOptions => {
6363
6464 // Wallet services settings
6565 let walletServicesConfig: Web3AuthOptions [" walletServicesConfig" ] = {
66- walletUrls: {
67- production: {
68- url: " http://localhost:4050" ,
69- },
70- },
66+ // walletUrls: {
67+ // production: {
68+ // url: "http://localhost:4050",
69+ // },
70+ // },
7171 };
7272 if (formData .walletPlugin .enable ) {
7373 const { confirmationStrategy } = formData .walletPlugin ;
Original file line number Diff line number Diff line change @@ -146,6 +146,8 @@ class AuthConnector extends BaseConnector<AuthLoginParams> {
146146 const wsEmbedWhiteLabel = {
147147 ...this . authOptions . whiteLabel ,
148148 ...this . wsSettings . whiteLabel ,
149+ logoLight : this . wsSettings . whiteLabel ?. logoLight || this . authOptions . whiteLabel ?. logoLight || "" ,
150+ logoDark : this . wsSettings . whiteLabel ?. logoDark || this . authOptions . whiteLabel ?. logoDark || "" ,
149151 } ;
150152 this . wsEmbedInstancePromise = this . wsEmbedInstance
151153 . init ( {
You can’t perform that action at this time.
0 commit comments