mirror of
https://github.com/myronblair/tomsjavajive
synced 2026-06-30 17:50:32 -05:00
Remove prefilled placeholder email from admin login
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ input:focus{border-color:#FF5E1A}
|
||||
<?php endif; ?>
|
||||
<form method="POST">
|
||||
<label>Email Address</label>
|
||||
<input type="email" name="email" placeholder="admin@tomsjavajive.com" required autocomplete="email">
|
||||
<input type="email" name="email" required autocomplete="email">
|
||||
<label>Password</label>
|
||||
<input type="password" name="password" placeholder="••••••••" required autocomplete="current-password">
|
||||
<button type="submit" class="btn">Sign In to Admin</button>
|
||||
|
||||
Reference in New Issue
Block a user