Fix #212 Clear bearer token value

This commit is contained in:
RifqiAlAbqary
2019-10-25 11:44:53 +09:00
parent 2f47fc534d
commit 4ee7ff45e3

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