mirror of
https://github.com/bitwarden/web
synced 2026-01-03 17:13:58 +00:00
readFromClipboard implemented in web
This commit is contained in:
@@ -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