mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
implement auth_url for exit action
This commit is contained in:
parent
080c2fc51a
commit
26e0a35d94
5 changed files with 37 additions and 12 deletions
|
|
@ -28,7 +28,7 @@ impl Gemini {
|
|||
let widget = Rc::new(Widget::new(
|
||||
(action.0.clone(), action.1.clone()),
|
||||
profile.clone(),
|
||||
&auth_url,
|
||||
auth_uri.clone(),
|
||||
));
|
||||
|
||||
// Init events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue