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

11 lines
334 B
Handlebars
Raw Normal View History

<WizardSection
2019-03-29 23:40:12 +00:00
@headerText="Auth Method list"
2018-08-28 05:03:55 +00:00
@docText="Docs: Authentication Methods"
@docPath="/docs/auth/index.html"
2019-03-29 23:40:12 +00:00
@instructions='Click the ellipsis menu for your method and then click "View configuration" to see its details.'
2018-08-28 05:03:55 +00:00
>
<p>
2019-03-29 23:40:12 +00:00
Awesome! Now you can see your new Auth Method in the list.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>