0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Removed Chrome's native form validation from login

See #465
This commit is contained in:
John O'Nolan 2013-08-20 11:33:49 +02:00
parent 4cc3a11cda
commit c47bc92406

View file

@ -1,6 +1,6 @@
<form id="login" method="post">
<div class="email-wrap">
<input class="email" type="email" autocapitalize="off" autocorrect="off" placeholder="Email Address" name="email">
<input class="email" type="email" autocapitalize="off" autocorrect="off" placeholder="Email Address" name="email" novalidate>
</div>
<div class="password-wrap">
<input class="password" type="password" placeholder="Password" name="password">