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

21 lines
651 B
Handlebars

<WizardSection
@headerText="Auth Method Details"
@docText="Docs: Authentication Methods"
@docPath="/docs/auth/index.html"
>
<p>
Fantastic! Now you're ready to use your new {{mountName}} auth method!
</p>
</WizardSection>
<WizardSection
@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" @size=13 />
</button>
<button type="button" class="button next-feature-step" {{action onAdvance}}>
{{nextFeature}} <ICon @glyph="chevron-right" @size=10 />
</button>
</WizardSection>