Skip to content

Commit e43485d

Browse files
committed
Update index.html
1 parent 211c310 commit e43485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap5-sign-in/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1 class="h3 mb-3 text-center">Please sign in</h1>
3838

3939
<div class="input-group">
4040
<input type="password" id="password" name="current-password" autocomplete="current-password" class="form-control rounded" spellcheck="false" autocorrect="off" autocapitalize="off" required />
41-
<button type="button" class="d-none btn-toggle-password" aria-label="Show password as plain text. Warning: this will display your password on the screen."></button>
41+
<button id="toggle-password" type="button" class="d-none" aria-label="Show password as plain text. Warning: this will display your password on the screen."></button>
4242
</div>
4343

4444
<button class="btn btn-lg btn-primary w-100 mt-3" type="submit">Sign in</button>

0 commit comments

Comments
 (0)