From 2078b6ed4d2969d98d634b534fbbee0725407c84 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 17 Jul 2024 19:05:09 -0400 Subject: [PATCH] Show signing out warning to anonymous users --- src/pages/account/anon/end.astro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/pages/account/anon/end.astro diff --git a/src/pages/account/anon/end.astro b/src/pages/account/anon/end.astro new file mode 100644 index 0000000..0da69f3 --- /dev/null +++ b/src/pages/account/anon/end.astro @@ -0,0 +1,16 @@ +--- +import Base from "@layouts/Base.astro" +--- + + +
+

End Anonymous Session

+

You're currently in an anonymous session, these can't be logged back into. If you choose to confirm logging out, your anonymous account will be deleted immediately, this action can't be undone.

+

If you're not logged into an anomymous account, try clearing your browser cookies for this website.

+ +
+ +
+
+
+ \ No newline at end of file