snapshot-labs / sx-monorepo

Snapshot X monorepo
https://docs.snapshotx.xyz
MIT License
11 stars 10 forks source link

fix: Show argentx modal #458

Closed ChaituVR closed 2 days ago

ChaituVR commented 2 days ago

Issue:

On the interface when you try to log in with a Starknet wallet it will show a modal where you can select between few options, log in with email, connect with Argent X or connect with Braavos wallet. If an user select Argent X then log in then later log out, then if user try to log in again with a Starknet wallet, the modal with multiple choices wont show up anymore and it will auto log you with the Argent X account. We should instead show the modal with 3 choices again.

image

How to test

  1. Go to home page
  2. Click on "Connect wallet" and then "Starknet"
  3. connect with your argentx wallet
  4. click logout
  5. Try to connect again by clicking "Starknet"
  6. After the fix, you should see the modal with sn wallets like above
ChaituVR commented 2 days ago

Fixed in https://github.com/snapshot-labs/sx-monorepo/pull/459