Skip to content

Commit 11c3b78

Browse files
committed
Remove hardcoded login credentials from LoginPage for improved security
1 parent 5773bb0 commit 11c3b78

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/(my-app)/login/page.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ export default function LoginPage() {
7676
/>
7777
</div>
7878
{error && <p className="text-red-500 text-sm">{error}</p>}
79-
<div className="text-sm text-gray-500">
80-
<p>Use the following credentials to log in:</p>
81-
<p>Email: [email protected]</p>
82-
<p>Password: password</p>
83-
</div>
8479
</CardContent>
8580
<CardFooter className="flex flex-col space-y-4">
8681
<Button type="submit" className="w-full">

0 commit comments

Comments
 (0)