From 1852eed3aaea707117c77f142c85ca588437970c Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 21 Apr 2024 22:20:58 -1000 Subject: [PATCH] fix: :ambulance: Fix issue causing OAuth login to not work --- pages/oauth/authorize.vue | 138 +++++++++++++++---------------- pages/oauth/consent.vue | 165 ++++++++++++++++++++------------------ 2 files changed, 155 insertions(+), 148 deletions(-) diff --git a/pages/oauth/authorize.vue b/pages/oauth/authorize.vue index f638127..c7faac5 100644 --- a/pages/oauth/authorize.vue +++ b/pages/oauth/authorize.vue @@ -1,80 +1,82 @@