don't pop nav stack to profileMgr when change password errors

This commit is contained in:
Dan Ballard 2021-12-21 09:18:21 -05:00
parent af91288bb7
commit 7434cf0934
1 changed files with 0 additions and 1 deletions

View File

@ -317,7 +317,6 @@ class _AddEditProfileViewState extends State<AddEditProfileView> {
if (AppLocalizations.of(context) != null) {
final snackBar = SnackBar(content: Text(AppLocalizations.of(context)!.passwordChangeError));
ScaffoldMessenger.of(context).showSnackBar(snackBar);
Navigator.pop(context);
return;
}
}