open-vault/ui/app/templates/components/wizard/auth-details.hbs

21 lines
658 B
Handlebars
Raw Normal View History

<WizardSection
@headerText="Auth Method Details"
2018-08-28 05:03:55 +00:00
@docText="Docs: Authentication Methods"
@docPath="/docs/auth/index.html"
>
<p>
2019-03-29 23:40:12 +00:00
Fantastic! Now you're ready to use your new {{mountName}} Auth Method!
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>
<WizardSection
2018-08-28 05:03:55 +00:00
@headerText="Want to start again or move on?"
@class="wizard-details"
>
<button type="button" class="button next-feature-step" {{action onReset}}>
Enable another Auth Method <Icon @glyph="loop" class="hs-icon-button-right" />
2018-08-28 05:03:55 +00:00
</button>
<button type="button" class="button next-feature-step" {{action onAdvance}}>
{{nextFeature}} <Chevron @isButton={{true}} />
2018-08-28 05:03:55 +00:00
</button>
</WizardSection>