crates/extension/src/extension_manifest.rs 🔗
@@ -342,7 +342,6 @@ pub struct LanguageModelAuthConfig {
#[derive(Clone, PartialEq, Eq, Debug, Deserialize, Serialize)]
pub struct OAuthConfig {
/// The text to display on the sign-in button (e.g., "Sign in with GitHub").
- #[serde(default)]
pub sign_in_button_label: Option<String>,
/// The icon to display on the sign-in button (e.g., "github").
#[serde(default)]