mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
cleanup for safari
This commit is contained in:
@@ -53,7 +53,7 @@ export default class CommandsBackground {
|
||||
|
||||
private async generatePasswordToClipboard() {
|
||||
if (this.isEdge) {
|
||||
// Safari does not support access to clipboard from background
|
||||
// Edge does not support access to clipboard from background
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user