diff --git a/pages/index.vue b/pages/index.vue index 2e3eca26d..f92021c01 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1127,6 +1127,7 @@ this.auth = 'None'; this.httpUser = ''; this.httpPassword = ''; + this.bearerToken = ''; break; case "headers": this.headers = []; @@ -1143,6 +1144,7 @@ this.auth = 'None'; this.httpUser = ''; this.httpPassword = ''; + this.bearerToken = ''; this.headers = []; this.params = []; this.bodyParams = [];