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

11 lines
257 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="TOTP"
@headerIcon="totp"
2018-08-28 05:03:55 +00:00
@docText="Docs: TOTP Secrets"
@docPath="/docs/secrets/totp/index.html"
>
<p>
2019-03-29 23:40:12 +00:00
The TOTP Secrets Engine generates time-based credentials according to the TOTP standard.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>