1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

Remove on system lock option in opera on mac (#16786)

This commit is contained in:
Bernd Schoolmann
2025-10-13 22:50:36 +02:00
committed by GitHub
parent 8a76b28e08
commit 122c16ecbb

View File

@@ -172,7 +172,9 @@ export class AccountSecurityComponent implements OnInit, OnDestroy {
} }
const showOnLocked = const showOnLocked =
!this.platformUtilsService.isFirefox() && !this.platformUtilsService.isSafari(); !this.platformUtilsService.isFirefox() &&
!this.platformUtilsService.isSafari() &&
!(this.platformUtilsService.isOpera() && navigator.platform === "MacIntel");
this.vaultTimeoutOptions = [ this.vaultTimeoutOptions = [
{ name: this.i18nService.t("immediately"), value: 0 }, { name: this.i18nService.t("immediately"), value: 0 },