mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
Rename captcha bypass token (#433)
This commit is contained in:
parent
8bf0f75d9e
commit
ea0c8267d4
@ -9,7 +9,7 @@ export class IdentityTwoFactorResponse extends BaseResponse {
|
||||
|
||||
constructor(response: any) {
|
||||
super(response);
|
||||
this.captchaToken = this.getResponseProperty('HCaptcha_BypassKey');
|
||||
this.captchaToken = this.getResponseProperty('CaptchaBypassToken');
|
||||
this.twoFactorProviders = this.getResponseProperty('TwoFactorProviders');
|
||||
const twoFactorProviders2 = this.getResponseProperty('TwoFactorProviders2');
|
||||
if (twoFactorProviders2 != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user