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