add new authcheck args to action buttons
This commit is contained in:
@@ -532,7 +532,7 @@ class _PatientManagerState extends State<PatientManager> {
|
||||
|
||||
Navigator.of(context).popAndPushNamed(
|
||||
'/',
|
||||
arguments: false,
|
||||
arguments: AuthArguments(false, false),
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
@@ -125,7 +125,7 @@ class _PatientViewState extends State<PatientView> {
|
||||
Navigator.of(context).pop();
|
||||
Navigator.of(context).popAndPushNamed(
|
||||
'/',
|
||||
arguments: true,
|
||||
arguments: AuthArguments(true, false),
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user