feat: Update navigation flow in ClientSettingsPage to redirect to Get Started page
This commit is contained in:
@@ -6,6 +6,7 @@ analyzer:
|
|||||||
- "**/*.g.dart"
|
- "**/*.g.dart"
|
||||||
- "**/*.freezed.dart"
|
- "**/*.freezed.dart"
|
||||||
- "**/*.config.dart"
|
- "**/*.config.dart"
|
||||||
|
- "apps/mobile/prototypes/**"
|
||||||
errors:
|
errors:
|
||||||
# Set the severity of the always_specify_types rule to warning as requested.
|
# Set the severity of the always_specify_types rule to warning as requested.
|
||||||
always_specify_types: warning
|
always_specify_types: warning
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ class ClientSettingsPage extends StatelessWidget {
|
|||||||
message: 'Signed out successfully',
|
message: 'Signed out successfully',
|
||||||
type: UiSnackbarType.success,
|
type: UiSnackbarType.success,
|
||||||
);
|
);
|
||||||
Modular.to.toClientRoot();
|
Modular.to.toClientGetStartedPage();
|
||||||
}
|
}
|
||||||
if (state is ClientSettingsError) {
|
if (state is ClientSettingsError) {
|
||||||
UiSnackbar.show(
|
UiSnackbar.show(
|
||||||
|
|||||||
Reference in New Issue
Block a user