fix: Cannot read property 'focus' of null

This commit is contained in:
夜棂依
2021-08-03 21:42:07 +08:00
committed by GitHub
parent e2494ff385
commit 23bf6fa38f
+1 -1
View File
@@ -177,7 +177,7 @@
<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>