From 495509c888dcb99fd16b40f0aede9fd4f1f97928 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Mon, 19 Aug 2024 19:25:13 -0400 Subject: [PATCH] bug fix --- components/InstallApp.tsx | 2 +- pages/api/v1/auth/[...nextauth].ts | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/components/InstallApp.tsx b/components/InstallApp.tsx index f191f00..50071da 100644 --- a/components/InstallApp.tsx +++ b/components/InstallApp.tsx @@ -8,7 +8,7 @@ const InstallApp = (props: Props) => { const [isOpen, setIsOpen] = useState(true); return isOpen && !isPWA() ? ( -
+