From fd4aad5187f127a93501d976a098900df0f19491 Mon Sep 17 00:00:00 2001 From: si458 Date: Sat, 14 Dec 2024 16:20:49 +0000 Subject: [PATCH] omg 1 more fix for 2fa icon in bootstrap --- views/default3.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default3.handlebars b/views/default3.handlebars index 84e6f303d6..b42dfce506 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 += ' '; }