We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264988f commit 9460f5dCopy full SHA for 9460f5d
crates/handlers/src/graphql/model/site_config.rs
@@ -57,6 +57,7 @@ pub struct SiteConfig {
57
/// Whether users can log in with their email address.
58
login_with_email_allowed: bool,
59
60
+ /// Experimental plan management iframe URI.
61
plan_management_iframe_uri: Option<String>,
62
}
63
0 commit comments