open-vault/ui/app/templates/components/wizard/tools-rewrapped.hbs

13 lines
468 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardContent @headerText="Tools" @glyph="tour">
<WizardSection
@headerText="Your rewrapped data"
2018-08-28 05:03:55 +00:00
@docText="API: Rewrap Data"
@docPath="/api/system/wrapping-rewrap.html"
@instructions='Copy this token and then click on "Unwrap" in the sidebar to verify the data is still in there.'
2018-08-28 05:03:55 +00:00
>
<p>
It's a subtle transformation, but your old token has been revoked and this new one has taken its place.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>
</WizardContent>