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 9460f5d commit b10607eCopy full SHA for b10607e
crates/handlers/src/graphql/model/site_config.rs
@@ -57,7 +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.
+ /// Experimental plan management iframe URI.
61
plan_management_iframe_uri: Option<String>,
62
}
63
0 commit comments