feat: Implement role-based session management and refactor authentication flow
This commit is contained in:
@@ -32,7 +32,7 @@ extension StaffNavigator on IModularNavigator {
|
||||
///
|
||||
/// This effectively logs out the user by navigating to root.
|
||||
/// Used when signing out or session expires.
|
||||
void toGetStarted() {
|
||||
void toInitialPage() {
|
||||
navigate(StaffPaths.root);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user