Skip to content

Commit

Permalink
use popup mode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jul 9, 2024
1 parent 53319aa commit b5468c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/web3authStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const useWeb3authStore = defineStore('web3auth', () => {
const openloginAdapter = new OpenloginAdapter({
privateKeyProvider,
adapterSettings: {
uxMode: 'redirect'
uxMode: 'popup'
}
})
web3Auth.value.configureAdapter(openloginAdapter)
Expand Down

0 comments on commit b5468c8

Please sign in to comment.