You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# No current config found - this might indicate the referenced config is no longer valid
145
147
self.stdout.write(
146
148
f"[WARNING] {provider_info} "
147
-
f"references config (ID: {provider_config.saml_configuration_id}) but no current config found for site {provider_config.saml_configuration.site_id}, slug '{provider_config.saml_configuration.slug}'"
149
+
f"references config (ID: {provider_config.saml_configuration_id}) but no current config "
150
+
f"found for site {provider_config.saml_configuration.site_id}, "
0 commit comments