From a98a91a394ff7ad103460555d0dd7f0631b4436d Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 1 May 2025 22:00:37 +0300 Subject: [PATCH] fix: only use groups in OAuth --- frontend/src/pages/continue-page.tsx | 4 +- frontend/src/pages/unauthorized-page.tsx | 25 ++++++- internal/handlers/handlers.go | 85 ++++++++++++------------ 3 files changed, 68 insertions(+), 46 deletions(-) diff --git a/frontend/src/pages/continue-page.tsx b/frontend/src/pages/continue-page.tsx index 846b7d0..1a3b85c 100644 --- a/frontend/src/pages/continue-page.tsx +++ b/frontend/src/pages/continue-page.tsx @@ -70,7 +70,7 @@ export const ContinuePage = () => {