feat: Update navigation flow in ClientSettingsPage to redirect to Get Started page
This commit is contained in:
@@ -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