Skip to content

Commit

Permalink
use logo loader on openlogin
Browse files Browse the repository at this point in the history
  • Loading branch information
lionellbriones committed Jun 30, 2023
1 parent e45d9d2 commit 224e55f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/Start/Start.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 224e55f

Please sign in to comment.