1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00
This commit is contained in:
Oscar Hinton
2021-03-15 16:16:51 +01:00
committed by GitHub
parent f80e89465f
commit f20af0cd7c
15 changed files with 210 additions and 185 deletions

View File

@@ -100,7 +100,7 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
return this.packageJson.version;
}
supportsU2f(win: Window) {
supportsWebAuthn(win: Window) {
return false;
}