Skip to content

Commit 46ac5ec

Browse files
committed
email field correction
1 parent 837fcb4 commit 46ac5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webpage/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export async function makeLogin(trasparentBg = false, instance = "") {
9191
picker.giveButton(button);
9292
button?.classList.add("createAccount");
9393

94-
const email = form.addTextInput(I18n.htmlPages.userField(), "login");
94+
const email = form.addTextInput(I18n.htmlPages.emailField(), "login");
9595
form.addTextInput(I18n.htmlPages.pwField(), "password", {password: true});
9696
form.addCaptcha();
9797
const a = document.createElement("a");

0 commit comments

Comments
 (0)