mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
implement IMPORT_PEM apply
This commit is contained in:
parent
67ab5bb57e
commit
867a02a191
5 changed files with 30 additions and 18 deletions
|
|
@ -52,7 +52,7 @@ impl Identity {
|
|||
if let Some(id) = self.gemini.auth.memory.match_priority(request) {
|
||||
match self.gemini.memory.get(id) {
|
||||
Ok(pem) => return Some(pem),
|
||||
Err(_) => todo!(),
|
||||
Err(reason) => todo!("{:?}", reason),
|
||||
}
|
||||
}
|
||||
None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue