summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/helpers/toAuthenticatorAttachment.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/browser/src/helpers/toAuthenticatorAttachment.ts')
-rw-r--r--packages/browser/src/helpers/toAuthenticatorAttachment.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/browser/src/helpers/toAuthenticatorAttachment.ts b/packages/browser/src/helpers/toAuthenticatorAttachment.ts
index 366cf8f..99319fb 100644
--- a/packages/browser/src/helpers/toAuthenticatorAttachment.ts
+++ b/packages/browser/src/helpers/toAuthenticatorAttachment.ts
@@ -1,6 +1,6 @@
-import { AuthenticatorAttachment } from '@simplewebauthn/typescript-types';
+import { AuthenticatorAttachment } from "@simplewebauthn/typescript-types";
-const attachments: AuthenticatorAttachment[] = ['cross-platform', 'platform'];
+const attachments: AuthenticatorAttachment[] = ["cross-platform", "platform"];
/**
* If possible coerce a `string` value into a known `AuthenticatorAttachment`