1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

cleanup safari specific features

This commit is contained in:
Kyle Spearrin
2019-08-19 15:57:34 -04:00
parent c041fd7504
commit 2a7e361300
7 changed files with 17 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ export class SettingsComponent implements OnInit {
}
async saveLockOption(newValue: number) {
if (newValue == null && !this.platformUtilsService.isSafari()) {
if (newValue == null) {
const confirmed = await this.platformUtilsService.showDialog(
this.i18nService.t('neverLockWarning'), null,
this.i18nService.t('yes'), this.i18nService.t('cancel'), 'warning');