summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/server/src/index.ts')
-rw-r--r--packages/server/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/index.ts b/packages/server/src/index.ts
index 19473f5..daa6861 100644
--- a/packages/server/src/index.ts
+++ b/packages/server/src/index.ts
@@ -5,7 +5,7 @@
import generateRegistrationOptions from './registration/generateRegistrationOptions';
import verifyRegistrationResponse from './registration/verifyRegistrationResponse';
import { generateAuthenticationOptions } from './authentication/generateAuthenticationOptions';
-import verifyAuthenticationResponse from './authentication/verifyAuthenticationResponse';
+import { verifyAuthenticationResponse } from './authentication/verifyAuthenticationResponse';
import MetadataService from './services/metadataService';
import SettingsService from './services/settingsService';