1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

[PM-142] Add environment selector to trial initiation (#5546)

This commit is contained in:
André Bispo
2023-06-30 16:50:00 +01:00
committed by GitHub
parent 5247168c1e
commit 05c4d172a7
53 changed files with 155 additions and 53 deletions

View File

@@ -23,6 +23,12 @@ export enum Region {
SelfHosted = "Self-hosted",
}
export enum RegionDomain {
US = "bitwarden.com",
EU = "bitwarden.eu",
USQA = "bitwarden.pw",
}
export abstract class EnvironmentService {
urls: Observable<void>;
usUrls: Urls;