open-vault/ui/app/templates/components/wizard/totp-engine.hbs

11 lines
264 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<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>