Skip to content

Commit

Permalink
Disable external wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
MIDAV0 committed Sep 19, 2023
1 parent a2e91ef commit 8ab0360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/Web3AuthInstance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const web3AuthInstance = new Web3Auth({
web3AuthNetwork: 'cyan',
// @ts-ignore
chainConfig,
authMode: 'DAPP',
authMode: 'WALLET',
uiConfig: {
theme: 'light',
appName: 'FLock Client',
Expand Down

0 comments on commit 8ab0360

Please sign in to comment.