first commit
This commit is contained in:
6
templates/mfa_setup.html
Normal file
6
templates/mfa_setup.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ define "content" }}
|
||||
<h1 class="text-2xl mb-4">MFA Setup</h1>
|
||||
<p>MFA Secret: {{ with .PageData }}{{ .MFASecret }}{{ end }}</p>
|
||||
<p>OTP URL: {{ with .PageData }}{{ .OTPURL }}{{ end }}</p>
|
||||
<p>Use a QR code generator with the OTP URL or enter the secret in your authenticator app.</p>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user