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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user