diff --git a/pages/api/auth/[...nextauth].ts b/pages/api/auth/[...nextauth].ts index 3569f5c..4857c48 100644 --- a/pages/api/auth/[...nextauth].ts +++ b/pages/api/auth/[...nextauth].ts @@ -34,7 +34,7 @@ export default async function auth(req: any, res: any) { if (result.success) { return { - id: siwe.address, + id: result.data.address, } } return null @@ -69,4 +69,4 @@ export default async function auth(req: any, res: any) { }, }, }) -} \ No newline at end of file +}