diff options
author | Matthew Miller <matthew@millerti.me> | 2020-07-20 15:04:30 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-07-20 15:04:30 -0700 |
commit | b2112cf2628d5c7b4a0098a18513d81d11e93854 (patch) | |
tree | 8dcf0dc8a33a229fd6457fd62fb3154dddd7f299 /example/index.js | |
parent | cb99eb1b04f8e082757ffe013dd733fee555a4df (diff) |
Comment out conformance import
Diffstat (limited to 'example/index.js')
-rw-r--r-- | example/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/index.js b/example/index.js index 93cf1b5..91b491c 100644 --- a/example/index.js +++ b/example/index.js @@ -32,8 +32,8 @@ app.use(express.json()); * FIDO Metadata Service. This enables greater control over the types of authenticators that can * interact with the Rely Party (a.k.a. "RP", a.k.a. "this server"). */ -const { fidoRouteSuffix, fidoConformanceRouter } = require('./fido-conformance'); -app.use(fidoRouteSuffix, fidoConformanceRouter); +// const { fidoRouteSuffix, fidoConformanceRouter } = require('./fido-conformance'); +// app.use(fidoRouteSuffix, fidoConformanceRouter); /** * RP ID represents the "scope" of websites on which a authenticator should be usable. The Origin |