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

11 lines
529 B
Handlebars

<WizardContent @headerText="Tools" @glyph="tour">
<WizardSection
@headerText="Copying your wrapped token"
@docText="API: Wrap Data"
@docPath="/api/system/wrapping-wrap.html"
>
<p>
Your data is now encrypted. You can recover the data using the token on this page, but be careful because if you lose the token you won't be able to retrieve your data! We will use this token for the next few steps, so copy the token and then click on "Lookup" in the sidebar.
</p>
</WizardSection>
</WizardContent>