mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft auth action
This commit is contained in:
parent
f1b7fc9ac0
commit
fc2baf7845
6 changed files with 61 additions and 6 deletions
|
|
@ -40,7 +40,7 @@ impl Navigation {
|
|||
action: (Rc<BrowserAction>, Rc<WindowAction>, Rc<TabAction>),
|
||||
) -> Self {
|
||||
// Init components
|
||||
let auth = Rc::new(Auth::new(action.1.clone()));
|
||||
let auth = Rc::new(Auth::new(action.2.clone()));
|
||||
let home = Rc::new(Home::new(action.1.clone()));
|
||||
let history = Rc::new(History::new(action.1.clone()));
|
||||
let reload = Rc::new(Reload::new(action.1.clone()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue