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:
Erik Jan de Wit 2024-08-06 12:07:36 +02:00 committed by GitHub
parent d85fa09823
commit 368939f7de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,6 @@ const Fields = ({ readOnly }: DescriptorSettingsProps) => {
labelIcon={t("singleLogoutServiceUrlHelp")}
type="url"
readOnly={readOnly}
rules={{ required: t("required") }}
/>
<DefaultSwitchControl
name="config.backchannelSupported"