remove appVersion
This commit is contained in:
parent
d980d36544
commit
aff16af4a2
|
@ -702,7 +702,7 @@ class ForgotPasswordCall {
|
||||||
final String? email,
|
final String? email,
|
||||||
}) async {
|
}) async {
|
||||||
final String baseUrl = PhpGroup.getBaseUrl();
|
final String baseUrl = PhpGroup.getBaseUrl();
|
||||||
const String version = 'FRE-ACCESS-HUB';
|
|
||||||
|
|
||||||
return ApiManager.instance.makeApiCall(
|
return ApiManager.instance.makeApiCall(
|
||||||
callName: 'forgotPassword',
|
callName: 'forgotPassword',
|
||||||
|
@ -713,7 +713,6 @@ class ForgotPasswordCall {
|
||||||
},
|
},
|
||||||
params: {
|
params: {
|
||||||
'email': email,
|
'email': email,
|
||||||
'appVersion': version,
|
|
||||||
},
|
},
|
||||||
bodyType: BodyType.X_WWW_FORM_URL_ENCODED,
|
bodyType: BodyType.X_WWW_FORM_URL_ENCODED,
|
||||||
returnBody: true,
|
returnBody: true,
|
||||||
|
|
Loading…
Reference in New Issue