vishal1503

Results 1 comments of vishal1503

Found the issue: at the end of async login function: ``` let response = await this._instance.post(endpointUrl, { username: this.opts.username, password: this.opts.password }); if (response.headers['x-csrf-token']) { this._xcsrftoken = response.headers['x-csrf-token']; this._instance.defaults.headers.common['x-csrf-token'] =...