Revert "chore: add temporary error log on authenticator authentication options generation"
This reverts commit c098256f2f.
This commit is contained in:
@@ -32,8 +32,6 @@ export class GetAuthenticatorAuthenticationResponse implements UseCaseInterface<
|
||||
try {
|
||||
authenticatorResponse = await this.authenticatorVerificationPromptFunction(authenticationOptions)
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
|
||||
return Result.fail(`Could not generate authenticator authentication options: ${(error as Error).message}`)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user