Skip to content

Commit

Permalink
fix: Cannot read property 'focus' of null
Browse files Browse the repository at this point in the history
  • Loading branch information
Reiyy committed Aug 3, 2021
1 parent e2494ff commit 23bf6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/nchyn_grey.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h5 class="modal-title" id="exampleModalLabel"><!--constStr@Login--></h5>
<div style="padding:20px">
<center>
<form action="" method="post">
<input name="password1" type="password" placeholder="<!--constStr@InputPassword-->">
<input id="password1" name="password1" type="password" placeholder="<!--constStr@InputPassword-->">
<input type="submit" value="<!--constStr@Submit-->">
</form>
</center>
Expand Down

0 comments on commit 23bf6fa

Please sign in to comment.