Skip to content
Snippets Groups Projects
Unverified Commit 8352c9bb authored by yk909's avatar yk909 Committed by GitHub
Browse files

Update [...nextauth].ts

parent de90abdf
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ export const authOptions: NextAuthOptions = {
return {
id: credentials.address,
name: credentials.name,
freeBalance: accountInfo.data.free,
freeBalance: "",
ksmAddress,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment