diff --git a/src/profile/identity/gemini/identity.rs b/src/profile/identity/gemini/identity.rs index 3fec1002..dfb08fbf 100644 --- a/src/profile/identity/gemini/identity.rs +++ b/src/profile/identity/gemini/identity.rs @@ -1,4 +1,4 @@ pub struct Identity { pub pem: String, - pub scope: String, + // pub scope: String, }