Fix #212 Clear bearer token value
This commit is contained in:
parent
2f47fc534d
commit
4ee7ff45e3
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue