1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-22 04:14:04 +00:00

Adding the debug tabs to work off of a dev flag

This commit is contained in:
Tom
2025-01-02 12:44:06 -05:00
parent be3e8f0195
commit 468ccdbbf9
5 changed files with 24 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ export type SharedDevFlags = {
noopNotifications: boolean;
skipWelcomeOnInstall: boolean;
configRetrievalIntervalMs: number;
showRiskInsightsDebug: boolean;
};
function getFlags<T>(envFlags: string | T): T {