feat: Implement language selection feature in staff profile onboarding

This commit is contained in:
Achintha Isuru
2026-02-19 15:45:24 -05:00
parent 5cf0c91ebe
commit 4d935cd80c
7 changed files with 209 additions and 19 deletions

View File

@@ -73,7 +73,7 @@ class StaffMainModule extends Module {
],
);
r.module(
StaffPaths.childRoute(StaffPaths.main, StaffPaths.onboardingPersonalInfo).replaceFirst('/personal-info', ''),
StaffPaths.childRoute(StaffPaths.main, StaffPaths.onboardingPersonalInfo),
module: StaffProfileInfoModule(),
);
r.module(