Fix #212 Clear bearer token value
This commit is contained in:
@@ -1127,6 +1127,7 @@
|
|||||||
this.auth = 'None';
|
this.auth = 'None';
|
||||||
this.httpUser = '';
|
this.httpUser = '';
|
||||||
this.httpPassword = '';
|
this.httpPassword = '';
|
||||||
|
this.bearerToken = '';
|
||||||
break;
|
break;
|
||||||
case "headers":
|
case "headers":
|
||||||
this.headers = [];
|
this.headers = [];
|
||||||
@@ -1143,6 +1144,7 @@
|
|||||||
this.auth = 'None';
|
this.auth = 'None';
|
||||||
this.httpUser = '';
|
this.httpUser = '';
|
||||||
this.httpPassword = '';
|
this.httpPassword = '';
|
||||||
|
this.bearerToken = '';
|
||||||
this.headers = [];
|
this.headers = [];
|
||||||
this.params = [];
|
this.params = [];
|
||||||
this.bodyParams = [];
|
this.bodyParams = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user