mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
cleanup safari specific features
This commit is contained in:
@@ -52,7 +52,7 @@ export default class CommandsBackground {
|
||||
}
|
||||
|
||||
private async generatePasswordToClipboard() {
|
||||
if (this.isSafari || this.isEdge) {
|
||||
if (this.isEdge) {
|
||||
// Safari does not support access to clipboard from background
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user