disabled debug mode

This commit is contained in:
2024-11-22 23:26:29 -06:00
parent fa1b3aaecf
commit 0331f30a72

View File

@@ -64,5 +64,5 @@ export const authConfig = {
},
}),
},
debug: true,
debug: false,
} satisfies NextAuthConfig;