We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837fcb4 commit 46ac5ecCopy full SHA for 46ac5ec
src/webpage/login.ts
@@ -91,7 +91,7 @@ export async function makeLogin(trasparentBg = false, instance = "") {
91
picker.giveButton(button);
92
button?.classList.add("createAccount");
93
94
- const email = form.addTextInput(I18n.htmlPages.userField(), "login");
+ const email = form.addTextInput(I18n.htmlPages.emailField(), "login");
95
form.addTextInput(I18n.htmlPages.pwField(), "password", {password: true});
96
form.addCaptcha();
97
const a = document.createElement("a");
0 commit comments