X-Git-Url: https://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=lib%2Ftemplate%2Fotp-html.js;fp=lib%2Ftemplate%2Fotp-html.js;h=066acce57ac308da62d4988c3cf3c4bc62f4e726;hp=cf7cef686ba7582fe659e36831b69a3e3b70a4ae;hb=53ef948ea83106e82d55e60d6695a15e94bf725e;hpb=842a3da269de1ab82e9a2a12aae8ed5677f064d8 diff --git a/lib/template/otp-html.js b/lib/template/otp-html.js index cf7cef6..066acce 100644 --- a/lib/template/otp-html.js +++ b/lib/template/otp-html.js @@ -9,18 +9,18 @@ const { TemplateHelper: th } = require('@squeep/html-template-helper'); function otpSection(ctx, options) { const otpBlurb = (options.otpBlurb || []).map((x) => '\t'.repeat(6) + x).join('\n'); return `\t\t\t
-\t\t\t\t
+\t\t\t\t \t\t\t\t\t
\t\t\t\t\t\tTwo-Factor Authentication \t\t\t\t\t\t -\t\t\t\t\t\t +\t\t\t\t\t\t \t\t\t\t\t\t
-\t\t\t\t\t\t +\t\t\t\t\t\t ${otpBlurb} \t\t\t\t\t
\t\t\t\t\t \t\t\t\t
-\t\t\t`; }