update dependencies and remove test credentials from Login component

This commit is contained in:
Alireza Vaezi
2025-07-23 11:46:12 -04:00
parent 4919efb845
commit 511ed848a3
5 changed files with 14 additions and 7 deletions

View File

@@ -97,12 +97,6 @@ export function Login({ onLoginSuccess }: LoginProps) {
{loading ? 'Signing in...' : 'Sign in'}
</button>
</div>
<div className="text-center">
<p className="text-sm text-gray-600">
Test credentials: s.alireza.v@gmail.com / 2517392
</p>
</div>
</form>
</div>
</div>