Fixed new login page with userNameIsEmail

This commit is contained in:
Ylian Saint-Hilaire
2020-09-11 03:10:55 -07:00
parent 9a65c67ed7
commit a3db0985ba
3 changed files with 3 additions and 3 deletions

View File

@@ -376,7 +376,7 @@
}
if (features & 0x200000) { // Email is username
QH('loginusername', "Email:");
Q('username').placeholder = "Email";
QH('resetAccountSpan', "Forgot password?");
QV('nuUserRow', false);
}