From 88fccf38b9ad6033c5f4e71dd142cac3de51c167 Mon Sep 17 00:00:00 2001 From: notmd Date: Mon, 16 Jan 2023 11:50:54 +0700 Subject: [PATCH] remove console.log --- website/src/pages/auth/signin.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/src/pages/auth/signin.tsx b/website/src/pages/auth/signin.tsx index 0f00bfeb..b6bea590 100644 --- a/website/src/pages/auth/signin.tsx +++ b/website/src/pages/auth/signin.tsx @@ -68,7 +68,6 @@ function Signin({ providers }: SigninProps) { const { colorMode } = useColorMode(); const bgColorClass = colorMode === "light" ? "bg-gray-50" : "bg-chakra-gray-900"; const buttonBgColor = colorMode === "light" ? "#2563eb" : "#2563eb"; - console.log(credentials); return (