1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-13804] Add new Is-Prerelease header to requests (#11605)

* Added new Is-Beta header

* Updated beta to prerelease
This commit is contained in:
Todd Martin
2024-11-05 12:01:29 -05:00
committed by GitHub
parent 9d2c57d3d9
commit eb95d437a8
2 changed files with 55 additions and 32 deletions

View File

@@ -3,6 +3,7 @@
export type SharedFlags = {
showPasswordless?: boolean;
sdk?: boolean;
prereleaseBuild?: boolean;
};
// required to avoid linting errors when there are no flags