mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 02:23:25 +00:00
Implement rust fido2 for desktop mac and linux
This commit is contained in:
@@ -138,4 +138,15 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
|
||||
getAutofillKeyboardShortcut(): Promise<string> {
|
||||
return null;
|
||||
}
|
||||
|
||||
supportsNativeWebauthn(): boolean {
|
||||
return false;
|
||||
}
|
||||
performNativeWebauthnAuthentication(
|
||||
challenge: string,
|
||||
credentials: Array<string>,
|
||||
origin: string,
|
||||
): Promise<string> {
|
||||
throw new Error("Method not implemented.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user