Add auth required to transactions via direct path
This commit is contained in:
parent
1c03d01f94
commit
571848ce49
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class _NekoyaState extends State<Nekoya> {
|
|||
'/products' : (context) => const Menu(initialScreen: 1,),
|
||||
'/cart' : (context) => const Menu(initialScreen: 3,),
|
||||
'/sessions': (context) => const NavigationAuth(route: Menu(initialScreen: 0,)),
|
||||
'/transactions': (context) => const NavigationAuth(route: Menu(initialScreen: 4,)),
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue