SSO: show metadata if enable

This commit is contained in:
Viktor Fomin 2022-08-02 12:36:05 +03:00
parent 3514d1a60f
commit ad75ae40d3

View File

@ -127,6 +127,7 @@ class SsoFormStore {
try {
const res = await getCurrentSsoSettings();
this.isSsoEnabled = res.enableSso;
this.spMetadata = res.enableSso;
this.defaultSettings = res;
this.setFieldsFromObject(res);
} catch (err) {