summaryrefslogtreecommitdiffhomepage
path: root/example/index.js
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-09-09 23:26:48 -0700
committerMatthew Miller <matthew@millerti.me>2020-09-09 23:26:48 -0700
commit4519b99894865390a35f95f3dad62f5435b45693 (patch)
tree0c0894e182ed9d5a1180d2d4cd0ca7b0b46e53a1 /example/index.js
parentfce817b9ebe79c200c209ff549716e26ea2d866f (diff)
Update example to v0.9.0
Diffstat (limited to 'example/index.js')
-rw-r--r--example/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.js b/example/index.js
index ed4e0b9..6a80e72 100644
--- a/example/index.js
+++ b/example/index.js
@@ -118,7 +118,7 @@ app.get('/generate-attestation-options', (req, res) => {
} = user;
const options = generateAttestationOptions({
- serviceName: 'SimpleWebAuthn Example',
+ rpName: 'SimpleWebAuthn Example',
rpID,
userID: loggedInUserId,
userName: username,