This commit is contained in:
Hugh Nimmo-Smith
2025-05-09 10:58:03 +01:00
parent 4c34d695ee
commit 23c91ec06c

View File

@@ -90,7 +90,7 @@ pub struct SiteConfig {
/// Whether users can log in with their email address.
pub login_with_email_allowed: bool,
/// The iframe URL to show in the plan tab of the UI
pub plan_management_iframe_uri: Option<Url>,
}