Prevent browsers from trying to validate the input field

This will stop the browsers such as Firefox from trying to validate the input field since they are handled by the javascript.
pull/1917/head
Fahad Alduraibi 10 years ago
parent 407068cd0a
commit 6fd89bb361
  1. 2
      packages/rocketchat-ui-login/login/form.html

@ -4,7 +4,7 @@
You must login to Sandstorm (on the top right) in order to access this chat.
</div>
{{else}}
<form id="login-card" method='/'>
<form id="login-card" method='/' novalidate>
{{#if waitActivation}}
<header>
<h2>{{{_ "Registration_Succeeded"}}}</h2>

Loading…
Cancel
Save