auto-commit for 8ed86e4d-a0e9-4c5c-b2b5-313c1bc955e5

This commit is contained in:
emergent-agent-e1
2026-03-31 17:02:14 +00:00
parent ee2daae936
commit 6488998a87
6 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const AdminLogin = () => {
navigate('/admin/dashboard');
} catch (error) {
console.error('Login error:', error);
toast.error('Invalid credentials. Try: admin@epictravel.com / admin123');
toast.error('Invalid email or password. Please try again.');
} finally {
setLoading(false);
}