Require sign_in_button_label

Richard Feldman created

Change summary

crates/extension/src/extension_manifest.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

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)]