if (this.auth !== '') {
            let name = this.auth.split(':')[0];
            this.auth = name + ':' + value;
        } else {
            this.auth = ':' + value;