Login: delete console log

This commit is contained in:
Timofey Boyko 2024-06-13 11:29:03 +03:00
parent 97922ca6c6
commit 5e31dc4785
2 changed files with 0 additions and 6 deletions

View File

@ -104,8 +104,6 @@ export default async function RootLayout({
settings.culture = cookieLng.value;
}
console.log(settings);
return (
<html lang="en" translate="no">
<head>

View File

@ -72,8 +72,6 @@ const LoginForm = ({
const searchParams = useSearchParams();
console.log(reCaptchaPublicKey, reCaptchaType);
const theme = useTheme();
const { t, ready, i18n } = useTranslation(["Login", "Common"]);
@ -200,8 +198,6 @@ const LoginForm = ({
//errorText && setErrorText("");
let captchaToken: string | undefined | null = "";
console.log(reCaptchaPublicKey, isCaptcha);
if (reCaptchaPublicKey) {
if (!isCaptchaSuccessful) {
setIsCaptchaError(true);