From 1c12d378d66b92b1674acd17640f2bac752da289 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 25 Mar 2025 14:13:06 -0400 Subject: Converted public dashboard to admin dashboard; Made API have a consistent output message --- web/src/app/components/sign-in.jsx | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 web/src/app/components/sign-in.jsx (limited to 'web/src/app/components/sign-in.jsx') diff --git a/web/src/app/components/sign-in.jsx b/web/src/app/components/sign-in.jsx deleted file mode 100644 index 3d7142f..0000000 --- a/web/src/app/components/sign-in.jsx +++ /dev/null @@ -1,14 +0,0 @@ -import { signIn } from "@/lib/auth" - -export default function SignIn() { - return ( -
{ - "use server" - await signIn("discord") - }} - > - -
- ) -} -- cgit v1.2.3