🐛 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',
|
||||
method: 'post',
|
||||
data: params
|
||||
});
|
||||
}, true);
|
||||
}
|
||||
Reference in New Issue
Block a user