From dcde85e666d9ff13de5ddc0c2896ed64fd45f78a Mon Sep 17 00:00:00 2001 From: ars128 <87410820+ars128@users.noreply.github.com> Date: Wed, 28 May 2025 20:40:33 +0530 Subject: [PATCH] Update LoginPage.tsx --- src/components/LoginPage.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/LoginPage.tsx b/src/components/LoginPage.tsx index 01f1db9..36c351c 100644 --- a/src/components/LoginPage.tsx +++ b/src/components/LoginPage.tsx @@ -100,12 +100,6 @@ export const LoginPage = ({ onLogin }: LoginPageProps) => { {loading ? "Signing in..." : "Login to dashboard"} - -
Default Login Credentials:
-Email: admin@astra.in
-Password: 123456
-