Skip to content

Commit 4a04739

Browse files
committed
fix: update user type w authjs account
1 parent 1d3d6a9 commit 4a04739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Foundary/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export interface User {
168168
| {
169169
provider: string
170170
providerAccountId: string
171-
type: string
171+
type: 'oidc' | 'oauth' | 'email' | 'webauthn';
172172
id?: string | null
173173
}[]
174174
| null

0 commit comments

Comments
 (0)