reverted accidental change to logout url (#31907)
fixes: #31781 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
d85fa09823
commit
368939f7de
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ const Fields = ({ readOnly }: DescriptorSettingsProps) => {
|
||||||
labelIcon={t("singleLogoutServiceUrlHelp")}
|
labelIcon={t("singleLogoutServiceUrlHelp")}
|
||||||
type="url"
|
type="url"
|
||||||
readOnly={readOnly}
|
readOnly={readOnly}
|
||||||
rules={{ required: t("required") }}
|
|
||||||
/>
|
/>
|
||||||
<DefaultSwitchControl
|
<DefaultSwitchControl
|
||||||
name="config.backchannelSupported"
|
name="config.backchannelSupported"
|
||||||
|
|
Loading…
Reference in a new issue