Skip to content

Commit

Permalink
Fix some duplicate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 16, 2024
1 parent 24eb95f commit a9de691
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ts/recipe/webauthn/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ export type RecipeInterface = {
}
| { status: "INVALID_CREDENTIALS_ERROR"; fetchResponse: Response }
| { status: "GENERATED_OPTIONS_NOT_FOUND_ERROR"; fetchResponse: Response }
| { status: "INVALID_GENERATED_OPTIONS_ERROR"; fetchResponse: Response }
| { status: "INVALID_AUTHENTICATOR_ERROR"; reason: string; fetchResponse: Response }
| { status: "EMAIL_ALREADY_EXISTS_ERROR"; fetchResponse: Response }
| { status: "AUTHENTICATOR_ALREADY_REGISTERED" }
Expand Down Expand Up @@ -294,7 +293,6 @@ export type RecipeInterface = {
| { status: "RECOVER_ACCOUNT_TOKEN_INVALID_ERROR"; fetchResponse: Response }
| { status: "INVALID_CREDENTIALS_ERROR"; fetchResponse: Response }
| { status: "GENERATED_OPTIONS_NOT_FOUND_ERROR"; fetchResponse: Response }
| { status: "INVALID_GENERATED_OPTIONS_ERROR"; fetchResponse: Response }
| { status: "INVALID_AUTHENTICATOR_ERROR"; reason: string; fetchResponse: Response }
| { status: "AUTHENTICATOR_ALREADY_REGISTERED" }
>;
Expand Down

0 comments on commit a9de691

Please sign in to comment.