From 103037de9653d3a1c9712b92be670b9f562c34ea Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 25 Feb 2025 10:21:46 -0600 Subject: [PATCH] Fixed auth security --- src/components/SignOut.astro | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/components/SignOut.astro b/src/components/SignOut.astro index dce52cc..9949e1b 100644 --- a/src/components/SignOut.astro +++ b/src/components/SignOut.astro @@ -1,10 +1,28 @@ - +{/* Initially hidden */} + \ No newline at end of file