mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45: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) {
|
||||
Ok(pem) => {
|
||||
return Some(Identity {
|
||||
scope: auth.scope,
|
||||
// scope: auth.scope,
|
||||
pem,
|
||||
})
|
||||
});
|
||||
}
|
||||
Err(reason) => todo!("{:?}", reason.to_string()),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue