mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
complete certificate export feature
This commit is contained in:
parent
8a62ef46df
commit
3dfcbc279d
9 changed files with 182 additions and 81 deletions
|
|
@ -23,7 +23,7 @@ impl Gemini {
|
|||
/// Create new `Self` for given Profile
|
||||
pub fn new(profile: Rc<Profile>, action: Rc<Action>, auth_uri: Uri) -> Self {
|
||||
// Init widget
|
||||
let widget = Rc::new(Widget::new());
|
||||
let widget = Rc::new(Widget::new(profile.clone()));
|
||||
|
||||
// Init shared components
|
||||
let auth_url = auth_uri.to_string();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue