1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

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);
}