From 555e69498f7c0a779a13393d534266070f1ba52f Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 2 Jun 2020 14:54:33 -0700 Subject: Remove some old comments --- packages/typescript-types/src/index.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/typescript-types') diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 034363d..c383330 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -10,7 +10,6 @@ export interface PublicKeyCredentialCreationOptionsJSON extends Omit< PublicKeyCredentialCreationOptions, 'challenge' | 'user' | 'excludeCredentials' > { - // Will be converted to a Uint8Array in the browser user: PublicKeyCredentialUserEntityJSON; challenge: Base64String; excludeCredentials: PublicKeyCredentialDescriptorJSON[]; @@ -23,7 +22,6 @@ PublicKeyCredentialCreationOptions, 'challenge' | 'user' | 'excludeCredentials' export interface PublicKeyCredentialRequestOptionsJSON extends Omit< PublicKeyCredentialRequestOptions, 'challenge' |'allowCredentials' > { - // Will be converted to a Uint8Array in the browser challenge: Base64String; allowCredentials: PublicKeyCredentialDescriptorJSON[]; } -- cgit v1.2.3