Add register and sign up with supertokens
This commit is contained in:
parent
b2d5369387
commit
5dd6a70329
24 changed files with 846 additions and 228 deletions
|
|
@ -50,7 +50,7 @@ class _AddPatientState extends State<AddPatient> {
|
|||
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