Fix #212 Clear bearer token value (#213)

Fix #212 Clear bearer token value
This commit is contained in:
Liyas Thomas 2019-10-25 12:08:49 +05:30 committed by GitHub
commit 96adfa0b5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [];