remove console.log

This commit is contained in:
notmd
2023-01-16 11:50:54 +07:00
parent 510c718f2b
commit 88fccf38b9
-1
View File
@@ -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 (
<div className={bgColorClass}>