🐛 Fixed a critical bug, clear cookies to take effect

This commit is contained in:
Liyas Thomas
2019-11-06 08:35:56 +05:30
parent 90c3ca47b9
commit d290b25f8a

View File

@@ -14,7 +14,7 @@ export default () => ({
bodyParams: [], bodyParams: [],
rawParams: '', rawParams: '',
rawInput: false, rawInput: false,
requestType: 'JavaScript XHR', requestType: '',
contentType: '', contentType: '',
} }
}); });