File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import 'package:dipantau_desktop_client/feature/presentation/page/setting_member
2929import 'package:dipantau_desktop_client/feature/presentation/page/setup_credential/setup_credential_page.dart' ;
3030import 'package:dipantau_desktop_client/feature/presentation/page/splash/splash_page.dart' ;
3131import 'package:dipantau_desktop_client/feature/presentation/page/sync/sync_page.dart' ;
32+ import 'package:dipantau_desktop_client/feature/presentation/page/user_registration_setting/user_registration_setting_page.dart' ;
3233import 'package:dipantau_desktop_client/feature/presentation/page/verify_forgot_password/verify_forgot_password_page.dart' ;
3334import 'package:dipantau_desktop_client/feature/presentation/widget/widget_custom_circular_progress_indicator.dart' ;
3435import 'package:dipantau_desktop_client/injection_container.dart' as di;
@@ -288,6 +289,13 @@ class _MyAppState extends State<MyApp> {
288289 return const SettingMemberBlurScreenshotPage ();
289290 },
290291 ),
292+ GoRoute (
293+ path: UserRegistrationSettingPage .routePath,
294+ name: UserRegistrationSettingPage .routeName,
295+ builder: (context, state) {
296+ return const UserRegistrationSettingPage ();
297+ },
298+ ),
291299 ],
292300 errorBuilder: (context, state) => const ErrorPage (),
293301 );
You can’t perform that action at this time.
0 commit comments