Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trinetra110 committed Nov 9, 2024
1 parent ef9108c commit bc37b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/stk_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h4 style="text-align: center; margin: 0px 0px 10px 0px;font-size: 22px;">(for S
<label for="password">Password:</label>
<div class="password-container">
<input type="password" id="password" name="password" placeholder="Enter your password" required>
<i id="togglePassword" class="fa-solid fa-eye"></i>
<i id="togglePassword" class="fa-solid fa-eye-slash"></i>
</div>
<a href="">Forgot Password?</a>
<button type="button" onclick="register()">Login</button>
Expand Down
2 changes: 1 addition & 1 deletion public/stk_signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2 style="text-align: center;">Sign Up</h2>
<label for="password">Password</label>
<div class="password-container">
<input type="password" id="password" name="password" placeholder="Enter your password" required>
<i id="togglePassword" class="fa-solid fa-eye"></i>
<i id="togglePassword" class="fa-solid fa-eye-slash"></i>
</div>

<button type="button" onclick="register()">Sign Up</button>
Expand Down

0 comments on commit bc37b74

Please sign in to comment.