feat (Worker): add a worker to check and adjust the TikTok graph
This commit is contained in:
@@ -4,6 +4,7 @@ import bcrypt from "bcryptjs";
|
||||
import { prisma } from "@/lib/prisma";
|
||||
|
||||
export const { handlers, signIn, signOut, auth } = NextAuth({
|
||||
trustHost: true,
|
||||
providers: [
|
||||
Credentials({
|
||||
credentials: {
|
||||
|
||||
Reference in New Issue
Block a user