refactor: remove demo auth notice from login page

This commit is contained in:
Radosław Gierwiało
2025-11-15 16:33:22 +01:00
parent 91962ab4d5
commit 45a648b564

View File

@@ -96,12 +96,6 @@ const LoginPage = () => {
</Link> </Link>
</p> </p>
</div> </div>
<div className="mt-6 p-4 bg-yellow-50 border border-yellow-200 rounded-md">
<p className="text-xs text-yellow-800">
<strong>Demo:</strong> Enter any email and password to sign in (mock auth)
</p>
</div>
</div> </div>
</div> </div>
); );