mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +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