email field correction
This commit is contained in:
parent
837fcb4235
commit
46ac5ec3ff
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export async function makeLogin(trasparentBg = false, instance = "") {
|
||||||
picker.giveButton(button);
|
picker.giveButton(button);
|
||||||
button?.classList.add("createAccount");
|
button?.classList.add("createAccount");
|
||||||
|
|
||||||
const email = form.addTextInput(I18n.htmlPages.userField(), "login");
|
const email = form.addTextInput(I18n.htmlPages.emailField(), "login");
|
||||||
form.addTextInput(I18n.htmlPages.pwField(), "password", {password: true});
|
form.addTextInput(I18n.htmlPages.pwField(), "password", {password: true});
|
||||||
form.addCaptcha();
|
form.addCaptcha();
|
||||||
const a = document.createElement("a");
|
const a = document.createElement("a");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue