1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 08:43:54 +00:00

Replace unsandboxed with unknown

This commit is contained in:
Bernd Schoolmann
2025-11-21 16:00:49 +01:00
parent c66a5ff219
commit ae932eb991

View File

@@ -153,7 +153,7 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
}
async packageType(): Promise<string> {
let packageType = "Unsandboxed";
let packageType = "Unknown";
if (ipc.platform.isMacAppStore) {
packageType = "MacAppStore";
} else if (ipc.platform.isWindowsStore) {