mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
begin identity dialog implementation
This commit is contained in:
parent
12b4d441ca
commit
14c31734fd
18 changed files with 439 additions and 72 deletions
|
|
@ -13,7 +13,7 @@ use std::{rc::Rc, sync::RwLock};
|
|||
/// Authorization wrapper for different protocols
|
||||
pub struct Identity {
|
||||
// database: Rc<Database>,
|
||||
gemini: Rc<Gemini>,
|
||||
pub gemini: Rc<Gemini>,
|
||||
}
|
||||
|
||||
impl Identity {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue