Skip to content

Commit

Permalink
remove [key: string]: unknown; field from PasskeyInfoResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatimodi committed Oct 23, 2023
1 parent da7aa6e commit a269d5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth/user-record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export interface PasskeyInfoResponse {
name?: string;
credentialId?: string;
displayName?: string;
[key: string]: unknown;
}

export interface ProviderUserInfoResponse {
Expand Down

0 comments on commit a269d5a

Please sign in to comment.