mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
WebAuthn (#163)
This commit is contained in:
@@ -130,10 +130,8 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
|
||||
return remote.app.getVersion();
|
||||
}
|
||||
|
||||
supportsU2f(win: Window): boolean {
|
||||
// Not supported in Electron at this time.
|
||||
// ref: https://github.com/electron/electron/issues/3226
|
||||
return false;
|
||||
supportsWebAuthn(win: Window): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
supportsDuo(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user