20 lines
703 B
Handlebars
20 lines
703 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 @class="is-pulled-right" />
|
||
|
</button>
|
||
|
<button type="button" class="button next-feature-step" {{action onAdvance}}>
|
||
|
{{nextFeature}} <ICon @glyph="chevron-right" @size=10 @class="is-pulled-right" />
|
||
|
</button>
|
||
|
</WizardSection>
|