diff --git a/pages/api/auth/[...nextauth].ts b/pages/api/auth/[...nextauth].ts index 0a8c7d7f0b23d9181573e695e00b0de966c96179..85aa187d4e2db8df12945a369c5e0fdcecd635d6 100644 --- a/pages/api/auth/[...nextauth].ts +++ b/pages/api/auth/[...nextauth].ts @@ -97,7 +97,7 @@ export const authOptions: NextAuthOptions = { return { id: credentials.address, name: credentials.name, - freeBalance: accountInfo.data.free, + freeBalance: "", ksmAddress, };