mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Add feature flag for scim navigation (#3146)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type Flags = {
|
||||
showTrial?: boolean;
|
||||
scim?: boolean;
|
||||
};
|
||||
|
||||
export type FlagName = keyof Flags;
|
||||
|
||||
Reference in New Issue
Block a user