mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 17:35:05 +10:00
wip: what if user ids were strings instead of numbers
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@ declare module 'next-auth' {
|
||||
|
||||
declare module 'next-auth/jwt' {
|
||||
interface JWT {
|
||||
id: string | number;
|
||||
id: string;
|
||||
name?: string | null;
|
||||
email: string | null;
|
||||
emailVerified?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user