mirror of
https://github.com/bitwarden/jslib
synced 2025-12-30 23:23:35 +00:00
Move captchaToken to passwordTokenRequest subclass
This commit is contained in:
@@ -426,8 +426,7 @@ describe("Cipher Service", () => {
|
||||
ssoTokenRequest.redirectUri === ssoRedirectUrl &&
|
||||
ssoTokenRequest.device.identifier === deviceId &&
|
||||
ssoTokenRequest.twoFactor.provider == null &&
|
||||
ssoTokenRequest.twoFactor.token == null &&
|
||||
actual.captchaResponse == null
|
||||
ssoTokenRequest.twoFactor.token == null
|
||||
);
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user