1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Removing testing tabs and the learn more link (#12481)

This commit is contained in:
Tom
2025-01-08 10:09:05 -05:00
committed by GitHub
parent bb2961f4ca
commit 8bb080cf93
4 changed files with 11 additions and 5 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 {