|
|
|
|
@ -257,7 +257,7 @@ class _VerifyAccountState extends State<VerifyAccount> {
|
|
|
|
|
Map model = {
|
|
|
|
|
"activationCode": activationCode,
|
|
|
|
|
"DoctorID": _loggedUser['DoctorID'],
|
|
|
|
|
// "LogInTokenID": _loggedUser['LogInTokenID'],
|
|
|
|
|
"LogInTokenID": _loggedUser['LogInTokenID'],
|
|
|
|
|
"ProjectID": 15,
|
|
|
|
|
"LanguageID": 2,
|
|
|
|
|
"stamp": "2020-02-26T14:48:27.221Z",
|
|
|
|
|
@ -270,7 +270,6 @@ class _VerifyAccountState extends State<VerifyAccount> {
|
|
|
|
|
"IsSilentLogIN": false
|
|
|
|
|
};
|
|
|
|
|
changeLoadingStata(true);
|
|
|
|
|
Navigator.of(context).pushNamed(HOME);
|
|
|
|
|
|
|
|
|
|
authProv.memberCheckActivationCodeNew(model).then((res) {
|
|
|
|
|
changeLoadingStata(false);
|
|
|
|
|
|