We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 653fac3 + e8f998a commit 5f86b73Copy full SHA for 5f86b73
lib/presentation/settings/mobile/settings_view_mobile.dart
@@ -25,7 +25,7 @@ class _SettingsViewMobileState extends State<SettingsViewMobile> {
25
bloc: locator<LoginRegisterBloc>(),
26
listener: (context, state) {
27
if (state is LogOutSuccess) {
28
- context.push('/login');
+ context.go('/login');
29
}
30
},
31
child: Container(
0 commit comments