From feda4c4d7155748876debe3d899d396cb3e22f31 Mon Sep 17 00:00:00 2001 From: Christopher Cali Date: Tue, 10 Oct 2023 13:44:54 -0400 Subject: [PATCH] Handle user logging in with a secondary address on another account --- .../web/src/components/ConnectWalletsFlow.vue | 148 ++++++++++----- apps/web/src/composables/auth.ts | 60 +++--- apps/web/src/composables/ethers.ts | 1 + apps/web/src/layouts/default-layout.vue | 173 +----------------- 4 files changed, 142 insertions(+), 240 deletions(-) diff --git a/apps/web/src/components/ConnectWalletsFlow.vue b/apps/web/src/components/ConnectWalletsFlow.vue index 082700d4a..1341561ad 100644 --- a/apps/web/src/components/ConnectWalletsFlow.vue +++ b/apps/web/src/components/ConnectWalletsFlow.vue @@ -1,18 +1,18 @@