mirror of
https://github.com/bitwarden/jslib
synced 2025-12-16 00:03:38 +00:00
Add helper methods to authResult
This commit is contained in:
@@ -155,7 +155,7 @@ describe("Cipher Service", () => {
|
||||
|
||||
function newTokenResponse() {
|
||||
const tokenResponse = new IdentityTokenResponse({});
|
||||
(tokenResponse as any).twoFactorProviders2 = false;
|
||||
(tokenResponse as any).twoFactorProviders2 = null;
|
||||
(tokenResponse as any).siteKey = undefined;
|
||||
tokenResponse.resetMasterPassword = false;
|
||||
tokenResponse.forcePasswordReset = false;
|
||||
|
||||
Reference in New Issue
Block a user