1
0
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:
Thomas Rittson
2021-12-20 12:06:05 +10:00
parent 1b33dbff32
commit 9c22bfd1e8
6 changed files with 15 additions and 24 deletions

View File

@@ -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
);
})
);