open-vault/ui/app/templates/components/wizard/totp-engine.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

11 lines
257 B
Handlebars

<WizardSection
@headerText="TOTP"
@headerIcon="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>