diff --git a/Frontend/lib/mih_packages/mzansi_profile/profile_user_update.dart b/Frontend/lib/mih_packages/mzansi_profile/profile_user_update.dart index d62a1e3d..4150d3db 100644 --- a/Frontend/lib/mih_packages/mzansi_profile/profile_user_update.dart +++ b/Frontend/lib/mih_packages/mzansi_profile/profile_user_update.dart @@ -165,8 +165,10 @@ class _ProfileUserUpdateState extends State { //print(response.statusCode); if (response.statusCode == 200) { Navigator.of(context).pop(); - Navigator.of(context) - .popAndPushNamed('/', arguments: widget.arguments.signedInUser); + Navigator.of(context).popAndPushNamed( + '/', + arguments: AuthArguments(true, false), + ); String message = "${widget.arguments.signedInUser.email}'s information has been updated successfully!"; successPopUp(message);