From 5df3941f741378bdbda59914933b6a36a0fbeac8 Mon Sep 17 00:00:00 2001 From: GodUser1005 Date: Thu, 20 Feb 2025 15:40:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20user=20=EC=B5=9C=EC=B4=88=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=EC=8B=9C=20=EC=83=81=ED=83=9C=202=EB=A1=9C?= =?UTF-8?q?=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/auth.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.config.ts b/src/auth.config.ts index 41a0247..391a086 100644 --- a/src/auth.config.ts +++ b/src/auth.config.ts @@ -151,7 +151,7 @@ const verifyUser = async ( goalCount: 0, // default createdAt: new Date(), updatedAt: new Date(), - status: 1, + status: 2, }, });