summaryrefslogtreecommitdiffhomepage
path: root/example/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'example/index.ts')
-rw-r--r--example/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.ts b/example/index.ts
index c2c1d07..3168477 100644
--- a/example/index.ts
+++ b/example/index.ts
@@ -258,7 +258,7 @@ app.post('/verify-authentication', (req, res) => {
expectedOrigin,
expectedRPID: rpID,
authenticator: dbAuthenticator,
- fidoUserVerification: 'required',
+ requireUserVerification: true,
};
verification = verifyAuthenticationResponse(opts);
} catch (error) {