mirror of
https://github.com/bitwarden/browser
synced 2026-02-21 20:04:02 +00:00
[SM-1570] Adding DisableSMAdsForUsers - Front end changes to disable SM ads for users (#17000)
* Front end changes to disable SM ads for users * fixing failing tests * Update libs/common/src/admin-console/models/response/organization.response.ts Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> * fixing merge conflicts * claude suggestion * adding feature flag for disable sm ads on clients * fixing tests --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
@@ -64,6 +64,7 @@ describe("ORGANIZATIONS state", () => {
|
||||
isAdminInitiated: false,
|
||||
ssoEnabled: false,
|
||||
ssoMemberDecryptionType: undefined,
|
||||
useDisableSMAdsForUsers: false,
|
||||
usePhishingBlocker: false,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user