refactor: remove demo auth notice from login page
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user