1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

Added new features

This commit is contained in:
Todd Martin
2025-05-10 15:28:34 -04:00
parent ba824c87d1
commit 8d53b10c36
7 changed files with 14 additions and 27 deletions

View File

@@ -146,14 +146,6 @@ export class AddEditComponent implements OnInit, OnDestroy {
return null;
}
get isSafari() {
return this.platformUtilsService.isSafari();
}
get isDateTimeLocalSupported(): boolean {
return !(this.platformUtilsService.isFirefox() || this.platformUtilsService.isSafari());
}
async ngOnInit() {
this.accountService.activeAccount$
.pipe(