diff --git a/views/default.handlebars b/views/default.handlebars
index a63f7b0f..2311b78b 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -2856,7 +2856,7 @@
var secret = message.secret;
if (secret.length == 52) { secret = secret.split(/(.............)/).filter(Boolean).join(' '); }
else if (secret.length == 32) { secret = secret.split(/(....)/).filter(Boolean).join(' '); secret = secret.substring(0, 20) + '
' + secret.substring(20) }
- QH('d2optinfo', '
| ' + format("Install Google Authenticator or a compatible application and scan the barcode, use this link or enter the secret. Then, enter the current 6 digit token below to activate 2-Step login.", message.url) + ' ' + "Secret" + ' ' + secret + ' | |
' + "Enter the token here for 2-step login:" + ' | |
| ' + format("Install Google Authenticator or a compatible application and scan the barcode, use this link or enter the secret. Then, enter the current 6 digit token below to activate 2-Step login.", message.url) + ' ' + 'Secret ' + secret + ' | |
' + "Enter the token here for 2-step login:" + ' | |