mirror of
https://github.com/myronblair/epic-download
synced 2026-06-30 17:51:00 -05:00
visual_edit_1773688853684
This commit is contained in:
@@ -57,8 +57,8 @@ const AdminLogin = () => {
|
||||
value={email}
|
||||
onChange={(e) => setEmail(e.target.value)}
|
||||
className="pl-10"
|
||||
required
|
||||
/>
|
||||
required />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div className="space-y-2">
|
||||
@@ -71,25 +71,25 @@ const AdminLogin = () => {
|
||||
value={password}
|
||||
onChange={(e) => setPassword(e.target.value)}
|
||||
className="pl-10"
|
||||
required
|
||||
/>
|
||||
required />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<Button type="submit" className="w-full bg-cyan-600 hover:bg-cyan-700" size="lg" disabled={loading}>
|
||||
{loading ? 'Signing in...' : 'Sign In'}
|
||||
</Button>
|
||||
</form>
|
||||
<div className="mt-6 p-4 bg-cyan-50 rounded-lg border border-cyan-200">
|
||||
<div className="">
|
||||
<p className="text-sm text-cyan-800">
|
||||
<strong>Demo Credentials:</strong><br />
|
||||
Email: admin@epictravel.com<br />
|
||||
Password: Joker1974!!!
|
||||
Email: admin@epictravel.co<br />
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
);
|
||||
</div>);
|
||||
|
||||
};
|
||||
|
||||
export default AdminLogin;
|
||||
Reference in New Issue
Block a user