feat : api call and get captcha
This commit is contained in:
@@ -40,11 +40,10 @@ class AuthRepositoryImpl implements AuthRepository {
|
||||
'captcha/',
|
||||
fromJson: CaptchaResponseModel.fromJson,
|
||||
);
|
||||
|
||||
return res.data;
|
||||
},
|
||||
onSuccess: (response) {
|
||||
iLog(response);
|
||||
return response;
|
||||
},
|
||||
onError: (error, trace) {
|
||||
throw Exception('Error during captcha : $error');
|
||||
|
||||
Reference in New Issue
Block a user