fix: sp id not saved

This commit is contained in:
Shivam Mishra
2025-09-09 13:42:33 +05:30
parent cedacac9eb
commit 92a04e4ab4
@@ -104,6 +104,7 @@ const saveSamlSettings = async settings => {
if (response?.data) {
id.value = response.data.id;
fingerprint.value = response.data.fingerprint || '';
spEntityId.value = response.data.sp_entity_id || '';
}
useAlert(t('SECURITY_SETTINGS.SAML.API.SUCCESS'));