mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
updated the input types to email to hopefully fix some password managers putting the username in the email field
This commit is contained in:
parent
55b8d226c2
commit
f407c7f208
1 changed files with 7 additions and 10 deletions
|
@ -200,14 +200,11 @@
|
|||
<i class="fas fa-star"></i>
|
||||
<i class="fas fa-star"></i>
|
||||
</div> -->
|
||||
<span
|
||||
aria-label="Submit review"
|
||||
data-balloon-pos="up"
|
||||
>
|
||||
<div class="icon-button submitButton">
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
</div>
|
||||
</span>
|
||||
<span aria-label="Submit review" data-balloon-pos="up">
|
||||
<div class="icon-button submitButton">
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -4150,7 +4147,7 @@
|
|||
<div class="title">register</div>
|
||||
<form action="" autocomplete="nope">
|
||||
<input type="text" placeholder="username" autocomplete="nope" />
|
||||
<input type="text" placeholder="email" autocomplete="nope" />
|
||||
<input type="email" placeholder="email" autocomplete="nope" />
|
||||
<input
|
||||
type="password"
|
||||
placeholder="password"
|
||||
|
@ -4171,7 +4168,7 @@
|
|||
<div class="title">login</div>
|
||||
<div id="forgotPasswordButton">Forgot password?</div>
|
||||
<form action="">
|
||||
<input type="text" placeholder="email" autocomplete="email" />
|
||||
<input type="email" placeholder="email" autocomplete="email" />
|
||||
<input
|
||||
type="password"
|
||||
placeholder="password"
|
||||
|
|
Loading…
Reference in a new issue