mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
[EC-598] feat: add ability to return responses
This commit is contained in:
@@ -7,7 +7,7 @@ export class Fido2Service implements Fido2ServiceAbstraction {
|
||||
createCredential(params: CredentialRegistrationParams): unknown {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("Fido2Service.registerCredential");
|
||||
return undefined;
|
||||
return "createCredential response";
|
||||
}
|
||||
|
||||
assertCredential(): unknown {
|
||||
|
||||
Reference in New Issue
Block a user