update authentication with supertokens
This commit is contained in:
parent
69fe58ffaf
commit
02aede01d0
18 changed files with 379 additions and 260 deletions
|
|
@ -78,7 +78,7 @@ class _PatientFilesState extends State<PatientFiles> {
|
|||
body: jsonEncode(<String, dynamic>{
|
||||
"fullName":
|
||||
"${widget.selectedPatient.first_name} ${widget.selectedPatient.last_name}",
|
||||
"docfname": "${appUser.title} ${appUser.fname} ${appUser.lname}",
|
||||
"docfname": "${appUser.type} ${appUser.fname} ${appUser.lname}",
|
||||
"startDate": startDateController.text,
|
||||
"endDate": endDateTextController.text,
|
||||
"returnDate": retDateTextController.text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue