open-vault/ui/app/templates/components/wizard/totp-engine.hbs
2018-08-28 00:03:55 -05:00

11 lines
264 B
Handlebars

<WizardSection
@headerText="TOTP"
@headerIcon="enable/totp"
@docText="Docs: TOTP Secrets"
@docPath="/docs/secrets/totp/index.html"
>
<p>
The TOTP secrets engine generates time-based credentials according to the TOTP standard.
</p>
</WizardSection>