mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
readFromClipboard implemented in web
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 79c15a1841...68f7557e44
@@ -287,4 +287,8 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
readFromClipboard(options?: any): Promise<string> {
|
||||||
|
throw new Error('Cannot read from clipboard on web.');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user