draft auth action

This commit is contained in:
yggverse 2024-11-14 16:15:13 +02:00
parent f1b7fc9ac0
commit fc2baf7845
6 changed files with 61 additions and 6 deletions

View file

@ -79,6 +79,10 @@ impl Item {
}
}
action.auth().connect_activate(|request| {
// @TODO
});
action.load().connect_activate({
let page = page.clone();
move |request, is_history| {