Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prevent users from seeing email icon while logged in through walletconnect #1965

Merged
merged 11 commits into from
Feb 22, 2024
Merged
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