diff options
author | Matthew Miller <matthew@millerti.me> | 2022-04-02 09:54:36 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-04-02 09:54:36 -0700 |
commit | 8fbaad5c36a29d1e0e19101caad821723cfe038a (patch) | |
tree | c8b908721c3b491b1086ca8d59dec37458aacd87 /example/index.ts | |
parent | 48d02cc743122eaec9650755fa6d7093036ed654 (diff) |
Remove old `requireResidentKey` from example
Diffstat (limited to 'example/index.ts')
-rw-r--r-- | example/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/index.ts b/example/index.ts index 0c07f10..c2c1d07 100644 --- a/example/index.ts +++ b/example/index.ts @@ -135,7 +135,6 @@ app.get('/generate-registration-options', (req, res) => { */ authenticatorSelection: { userVerification: 'required', - requireResidentKey: false, }, /** * Support the two most common algorithms: ES256, and RS256 |