This commit is contained in:
Hugh Nimmo-Smith
2025-05-09 10:58:03 +01:00
parent c6a3fc5880
commit 5a71d49e06
+1 -1
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>,
}