From 8dec0aeb21bae1d44e06477fbd5ddb5ad95d3983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Fri, 20 Dec 2024 23:07:33 +0100 Subject: [PATCH] chore(dashboard): add support text on login --- apps/dashboard/src/app/(auth)/login/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/dashboard/src/app/(auth)/login/page.tsx b/apps/dashboard/src/app/(auth)/login/page.tsx index 77c5707e..db51b4ce 100644 --- a/apps/dashboard/src/app/(auth)/login/page.tsx +++ b/apps/dashboard/src/app/(auth)/login/page.tsx @@ -27,6 +27,18 @@ export default async function Page() { No account? Sign up today +

+ Having issues logging in? +
+ Contact us at{' '} + + hello[at]openpanel.dev + + . We're not using Clerk (auth provider) anymore. +

);