summaryrefslogtreecommitdiffhomepage
path: root/example/index.js
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-10-19 09:29:09 -0700
committerMatthew Miller <matthew@millerti.me>2020-10-19 09:29:09 -0700
commit4c7c26d1da7280c344af74c2f1f1fde7bf426ee1 (patch)
tree239509343af40b1c030183c21ab7917de54a5022 /example/index.js
parentc29003a3e3a189bef641af8d6c3e02efe1e199a1 (diff)
Update Example to v0.10.3
Diffstat (limited to 'example/index.js')
-rw-r--r--example/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/index.js b/example/index.js
index 00e60e5..928eb64 100644
--- a/example/index.js
+++ b/example/index.js
@@ -215,6 +215,7 @@ app.get('/generate-assertion-options', (req, res) => {
* identify the user interacting with it (via built-in PIN pad, fingerprint scanner, etc...)
*/
userVerification: 'preferred',
+ rpID,
});
/**