We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5773bb0 commit 11c3b78Copy full SHA for 11c3b78
src/app/(my-app)/login/page.tsx
@@ -76,11 +76,6 @@ export default function LoginPage() {
76
/>
77
</div>
78
{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>
84
</CardContent>
85
<CardFooter className="flex flex-col space-y-4">
86
<Button type="submit" className="w-full">
0 commit comments