🐛 Removed unwanted token headers in login request
This commit is contained in:
@@ -5,5 +5,5 @@ export const loginMock = (params)=>{
|
|||||||
url: 'https://reqres.in/api/login',
|
url: 'https://reqres.in/api/login',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: params
|
data: params
|
||||||
});
|
}, true);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user