From 50a20ae7633e0f4bcabc9ac9c9217d093587da89 Mon Sep 17 00:00:00 2001 From: Sam Parton Date: Thu, 19 Jan 2023 18:28:15 +0000 Subject: [PATCH] Fixed a bug where authentication would fail and the client would hang with a spinner fixes #1 --- .../src/Pages/Connections/ConnectionCard.vue | 12 ++++-- frontend/src/Services/Database/Database.ts | 37 ++++++++++++++----- frontend/src/Stores/ConnectionStore.ts | 13 ++++++- 3 files changed, 46 insertions(+), 16 deletions(-) diff --git a/frontend/src/Pages/Connections/ConnectionCard.vue b/frontend/src/Pages/Connections/ConnectionCard.vue index 96f4d85..b4aa1ba 100644 --- a/frontend/src/Pages/Connections/ConnectionCard.vue +++ b/frontend/src/Pages/Connections/ConnectionCard.vue @@ -1,8 +1,11 @@