1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 03:03:26 +00:00

PM-23733 - Add TODO

This commit is contained in:
Jared Snider
2025-07-15 12:58:10 -04:00
parent a8647452f7
commit a4bf96ed8d

View File

@@ -5,6 +5,7 @@ import { firstValueFrom } from "rxjs";
import { EnvironmentService } from "@bitwarden/common/platform/abstractions/environment.service";
import { PRODUCTION_REGIONS } from "@bitwarden/common/platform/services/default-environment.service";
// TODO: consider moving logic to service and also not showing when self hosted.
/**
* Guard to prevent matching routes in production environments.
* Allows for developer tooling that should only be accessible in non-production environments.