complete certificate export feature

This commit is contained in:
yggverse 2024-11-29 02:36:26 +02:00
parent 8a62ef46df
commit 3dfcbc279d
9 changed files with 182 additions and 81 deletions

View file

@ -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();