From 9a3d2c3c28383355fa0a24e5c5ebf657276b0359 Mon Sep 17 00:00:00 2001 From: HarveyKandola Date: Tue, 27 Aug 2019 15:25:10 +0100 Subject: [PATCH] Fixed HTML for new auth settings --- gui/app/templates/components/customize/auth-settings.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/app/templates/components/customize/auth-settings.hbs b/gui/app/templates/components/customize/auth-settings.hbs index 5d882ac7..4809bdc3 100644 --- a/gui/app/templates/components/customize/auth-settings.hbs +++ b/gui/app/templates/components/customize/auth-settings.hbs @@ -183,7 +183,7 @@
{{focus-input id="cas-redirect-url" type="text" value=casConfig.redirectUrl class=(if casErrorRedirectUrl "form-control is-invalid" "form-control")}} - e.g. http:///auth/cas + e.g. http://Documize URL/auth/cas
{{/if}} {{ui/ui-button color=constants.Color.Green light=true icon=constants.Icon.Locked label=constants.Label.Activate onClick=(action "onSave")}}