add new authcheck args to action buttons
This commit is contained in:
parent
02e894d00b
commit
1c6f00b5b8
10 changed files with 18 additions and 11 deletions
|
|
@ -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),
|
||||
);
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue