also update is_default

This commit is contained in:
Olivier 'reivilibre
2025-11-06 15:12:40 +00:00
parent 29ab273e5a
commit bcb9a04597

View File

@@ -110,6 +110,7 @@ impl ExperimentalConfig {
&& is_default_token_ttl(&self.compat_token_ttl)
&& self.inactive_session_expiration.is_none()
&& self.plan_management_iframe_uri.is_none()
&& self.session_limit.is_none()
}
}