mirror of
https://github.com/myronblair/epic-download
synced 2026-06-30 17:51:00 -05:00
auto-commit for 39a227da-dd9d-46be-a576-2b797bc68338
This commit is contained in:
@@ -53,7 +53,7 @@ const AdminLogin = () => {
|
||||
<Mail className="absolute left-3 top-1/2 transform -translate-y-1/2 text-gray-400 w-5 h-5" />
|
||||
<Input
|
||||
type="email"
|
||||
placeholder="admin@epictravel.com"
|
||||
placeholder="Enter your email"
|
||||
value={email}
|
||||
onChange={(e) => setEmail(e.target.value)}
|
||||
className="pl-10"
|
||||
@@ -79,13 +79,6 @@ const AdminLogin = () => {
|
||||
{loading ? 'Signing in...' : 'Sign In'}
|
||||
</Button>
|
||||
</form>
|
||||
<div className="">
|
||||
<p className="text-sm text-cyan-800">
|
||||
<strong>Demo Credentials:</strong><br />
|
||||
Email: admin@epictravel.co<br />
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>);
|
||||
|
||||
Reference in New Issue
Block a user