Merge branch 'master' into feature/add-support-for-method-body-and-headers

This commit is contained in:
Bert Verhelst
2021-10-06 21:56:28 +02:00
37 changed files with 1933 additions and 2038 deletions

View File

@@ -60,7 +60,6 @@ export default {
this.$root.login(this.username, this.password, this.token, (res) => {
this.processing = false;
console.log(res);
if (res.tokenRequired) {
this.tokenRequired = true;