mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
disable feature not in use
This commit is contained in:
parent
10fc840eb9
commit
27371d3510
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue