update authentication with supertokens
This commit is contained in:
parent
69fe58ffaf
commit
02aede01d0
18 changed files with 379 additions and 260 deletions
|
|
@ -57,7 +57,7 @@ class _EditPatientState extends State<EditPatient> {
|
|||
var decodedData = jsonDecode(body);
|
||||
AppUser u = AppUser.fromJson(decodedData as Map<String, dynamic>);
|
||||
setState(() {
|
||||
futureDocOfficeId = u.docOffice_ID;
|
||||
futureDocOfficeId = u.docOffice_id;
|
||||
//print(futureDocOfficeId);
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue