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