mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Rename captcha bypass token (#433)
This commit is contained in:
@@ -9,7 +9,7 @@ export class IdentityTwoFactorResponse extends BaseResponse {
|
|||||||
|
|
||||||
constructor(response: any) {
|
constructor(response: any) {
|
||||||
super(response);
|
super(response);
|
||||||
this.captchaToken = this.getResponseProperty('HCaptcha_BypassKey');
|
this.captchaToken = this.getResponseProperty('CaptchaBypassToken');
|
||||||
this.twoFactorProviders = this.getResponseProperty('TwoFactorProviders');
|
this.twoFactorProviders = this.getResponseProperty('TwoFactorProviders');
|
||||||
const twoFactorProviders2 = this.getResponseProperty('TwoFactorProviders2');
|
const twoFactorProviders2 = this.getResponseProperty('TwoFactorProviders2');
|
||||||
if (twoFactorProviders2 != null) {
|
if (twoFactorProviders2 != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user