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),
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user