add new authcheck args to action buttons

This commit is contained in:
2025-01-14 12:57:29 +02:00
parent 02e894d00b
commit 1c6f00b5b8
10 changed files with 18 additions and 11 deletions

View File

@@ -247,7 +247,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
Navigator.of(context).popAndPushNamed(
'/',
arguments: true,
arguments: AuthArguments(true, false),
);
},
);