Skip to content

Commit

Permalink
fix: add providers to UserAppMetadata type
Browse files Browse the repository at this point in the history
  • Loading branch information
j4w8n committed Dec 21, 2024
1 parent 6ec96fd commit de9649f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ export interface Factor {

export interface UserAppMetadata {
provider?: string
providers?: string[]
[key: string]: any
}

Expand Down

0 comments on commit de9649f

Please sign in to comment.