mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
disable feature not in use
This commit is contained in:
parent
10fc840eb9
commit
27371d3510
@ -117,9 +117,9 @@ impl Gemini {
|
|||||||
match self.memory.get(auth.profile_identity_gemini_id) {
|
match self.memory.get(auth.profile_identity_gemini_id) {
|
||||||
Ok(pem) => {
|
Ok(pem) => {
|
||||||
return Some(Identity {
|
return Some(Identity {
|
||||||
scope: auth.scope,
|
// scope: auth.scope,
|
||||||
pem,
|
pem,
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
Err(reason) => todo!("{:?}", reason.to_string()),
|
Err(reason) => todo!("{:?}", reason.to_string()),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user