mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
WebAuthn (#163)
This commit is contained in:
@@ -100,7 +100,7 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
|
||||
return this.packageJson.version;
|
||||
}
|
||||
|
||||
supportsU2f(win: Window) {
|
||||
supportsWebAuthn(win: Window) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user