diff --git a/views/default3.handlebars b/views/default3.handlebars index 84e6f303..b42dfce5 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -16899,7 +16899,7 @@ if (userdomain != '') { username += ', ' + userdomain + ''; } } - if ((user.otpsecret > 0) || (user.otphkeys > 0) || ((user.otpekey == 1) && (features & 0x00800000)) || (user.otpduo == 1) || ((user.phone != null) && (features & 0x04000000))) { username += ' '; } + if ((user.otpsecret > 0) || (user.otphkeys > 0) || ((user.otpekey == 1) && (features & 0x00800000)) || (user.otpduo == 1) || ((user.phone != null) && (features & 0x04000000))) { username += ' '; } if (user.phone != null) { username += ' '; } if ((user.siteadmin != null) && ((user.siteadmin & 32) != 0) && (user.siteadmin != 0xFFFFFFFF)) { username += ' '; } if ((user.msghandle != null) && (features2 & 0x02000000)) { username += ' '; }