Autofocus signin
This commit is contained in:
parent
cb25f159f9
commit
e5477411b6
|
@ -15,7 +15,7 @@
|
|||
<h1 class="gh-auth-title">Welcome back!</h1>
|
||||
<p>Sign into your account again for full access</p>
|
||||
<div class="gh-auth-box">
|
||||
<input class="gh-input" data-members-email type="email" placeholder="Your email address" required="true" autocomplete="false" />
|
||||
<input class="gh-input" data-members-email type="email" placeholder="Your email address" required="true" autocomplete="false" autofocus />
|
||||
<button class="gh-button gh-button-primary" type="submit">
|
||||
<span class="gh-button-content">Sign in</span>
|
||||
<span class="gh-button-loader">{{> "icons/loader"}}</span>
|
||||
|
@ -31,4 +31,4 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<style>.pico-cta{display:none;}</style>
|
||||
<style>.pico-cta{display:none;}</style>
|
||||
|
|
Loading…
Reference in New Issue