fix: update build timestamp and correct navigation path in auth module

This commit is contained in:
Achintha Isuru
2026-01-25 21:38:00 -05:00
parent 323f0a9370
commit a6c7a5044d
3 changed files with 41 additions and 10 deletions

View File

@@ -16,6 +16,6 @@ extension AuthNavigator on IModularNavigator {
/// Navigates to the worker home (external to this module).
void pushWorkerHome() {
pushNamed('/worker-main/home/');
pushNamed('/worker-main/home');
}
}