{{ define "content" }}

MFA Setup

MFA Secret: {{ with .PageData }}{{ .MFASecret }}{{ end }}

OTP URL: {{ with .PageData }}{{ .OTPURL }}{{ end }}

Use a QR code generator with the OTP URL or enter the secret in your authenticator app.

{{ end }}