Skip to content

Commit

Permalink
fix: prevent users from seeing email icon while logged in through wal…
Browse files Browse the repository at this point in the history
…letconnect (#1965)
  • Loading branch information
svenvoskamp authored Feb 22, 2024
1 parent f6c81f6 commit 429d65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/controllers/ConnectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const ConnectionController = {
state.wcUri = uri
state.wcPairingExpiry = CoreHelperUtil.getPairingExpiry()
})
StorageUtil.setConnectedConnector('WALLET_CONNECT')
},

async connectExternal(options: ConnectExternalOptions) {
Expand Down

0 comments on commit 429d65c

Please sign in to comment.