diff --git a/crates/handlers/src/graphql/model/site_config.rs b/crates/handlers/src/graphql/model/site_config.rs index d4a984bbd..8fa722f70 100644 --- a/crates/handlers/src/graphql/model/site_config.rs +++ b/crates/handlers/src/graphql/model/site_config.rs @@ -57,6 +57,7 @@ pub struct SiteConfig { /// Whether users can log in with their email address. login_with_email_allowed: bool, + /// Experimental plan management iframe URI. plan_management_iframe_uri: Option, }