Skip to content

Commit

Permalink
Merge pull request MNNIT-Robotics-Club-Official#133 from akash-kd/pas…
Browse files Browse the repository at this point in the history
…sword-fix

Password fixes
  • Loading branch information
Hardik-Mittal authored Jan 25, 2022
2 parents e1a7212 + b057723 commit 9974097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1>Sign Up</h1>
<input type="text" name="username" placeholder="Username" data-toggle="tooltip" data-placement="right" title="Single Words only">
<input type="text" name="email" placeholder="Gsuite Email Id">
<div class="passw mx-auto d-block">
<div class="pass" data-toggle="tooltip" data-placement="left">
<div class="pass" data-toggle="tooltip">
<input type="password" name="password1" id="password" placeholder="Password">
<span toggle="#password" class="fa fa-eye toggle-password field-icon"></span>
</div>
Expand Down

0 comments on commit 9974097

Please sign in to comment.