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

11 lines
360 B
Handlebars
Raw Normal View History

2019-02-14 18:52:34 +00:00
<WizardSection
2019-03-29 23:40:12 +00:00
@headerText="Configuring your Auth Method"
2019-02-14 18:52:34 +00:00
@docText="Docs: Authentication Methods"
@docPath="/docs/auth/index.html"
@instructions="Click the 'Save' link to save any extra configuration. Saving without filling anything in will use the defaults."
>
<p>
2019-03-29 23:40:12 +00:00
You can update your new Auth Method configuration here.
2019-02-14 18:52:34 +00:00
</p>
2019-03-29 23:40:12 +00:00
</WizardSection>