feat: Update navigation flow in ClientSettingsPage to redirect to Get Started page
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user