fix(routes): update worker home route to worker main
feat(localization): add benefits and auto-match sections in English and Spanish fix(staff_main): handle route changes safely in StaffMainCubit
This commit is contained in:
@@ -25,7 +25,7 @@ class AppModule extends Module {
|
||||
// Set the initial route to the authentication module
|
||||
r.module("/", module: staff_authentication.StaffAuthenticationModule());
|
||||
|
||||
r.module('/worker-home', module: staff_main.StaffMainModule());
|
||||
r.module('/worker-main', module: staff_main.StaffMainModule());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user