summaryrefslogtreecommitdiffhomepage
path: root/example/index.js
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-07-20 15:04:30 -0700
committerMatthew Miller <matthew@millerti.me>2020-07-20 15:04:30 -0700
commitb2112cf2628d5c7b4a0098a18513d81d11e93854 (patch)
tree8dcf0dc8a33a229fd6457fd62fb3154dddd7f299 /example/index.js
parentcb99eb1b04f8e082757ffe013dd733fee555a4df (diff)
Comment out conformance import
Diffstat (limited to 'example/index.js')
-rw-r--r--example/index.js4
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