From 224e55f51ef6bd9b4f338715f509dc6b69e5c62f Mon Sep 17 00:00:00 2001 From: Lionell Briones Date: Fri, 30 Jun 2023 12:26:27 +0800 Subject: [PATCH] use logo loader on openlogin --- src/views/Start/Start.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/Start/Start.vue b/src/views/Start/Start.vue index 3a7d2cca9..64ea04c53 100644 --- a/src/views/Start/Start.vue +++ b/src/views/Start/Start.vue @@ -59,6 +59,11 @@ export default { whiteLabel.theme.colors = { torusBrand1: this.$vuetify.theme.currentTheme.torusBrand1 } whiteLabel.defaultLanguage = this.$i18n.locale } + + whiteLabel.useLogoLoader = true + whiteLabel.logoDark = 'https://images.web3auth.io/wallet-exchanga.svg' + whiteLabel.logoLight = 'https://images.web3auth.io/wallet-exchanga-light.svg' + this.whiteLabel = whiteLabel const openLoginHandler = await OpenLoginHandler.getInstance(whiteLabel, loginConfig, sessionNamespace)