2018-08-29 23:16:50 +00:00
|
|
|
<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>
|
2018-08-29 23:16:50 +00:00
|
|
|
<WizardSection
|
2018-08-28 05:03:55 +00:00
|
|
|
@headerText="Want to start again or move on?"
|
|
|
|
@class="wizard-details"
|
|
|
|
>
|
2019-05-13 19:05:25 +00:00
|
|
|
<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}}>
|
2019-05-13 19:05:25 +00:00
|
|
|
{{nextFeature}} <Chevron @isButton={{true}} />
|
2018-08-28 05:03:55 +00:00
|
|
|
</button>
|
2018-08-29 23:16:50 +00:00
|
|
|
</WizardSection>
|