fix back button press on after register

This commit is contained in:
2025-01-13 13:16:59 +02:00
parent d492204451
commit f922001f86

View File

@@ -164,6 +164,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
//print("Here4");
//print(response.statusCode);
if (response.statusCode == 200) {
Navigator.of(context).pop();
Navigator.of(context)
.popAndPushNamed('/', arguments: widget.arguments.signedInUser);
String message =