feat: Update navigation flow in ClientSettingsPage to redirect to Get Started page

This commit is contained in:
Achintha Isuru
2026-02-17 16:14:45 -05:00
parent ddf270074b
commit c90b2c296b
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ analyzer:
- "**/*.g.dart"
- "**/*.freezed.dart"
- "**/*.config.dart"
- "apps/mobile/prototypes/**"
errors:
# Set the severity of the always_specify_types rule to warning as requested.
always_specify_types: warning

View File

@@ -31,7 +31,7 @@ class ClientSettingsPage extends StatelessWidget {
message: 'Signed out successfully',
type: UiSnackbarType.success,
);
Modular.to.toClientRoot();
Modular.to.toClientGetStartedPage();
}
if (state is ClientSettingsError) {
UiSnackbar.show(