Login: delete console log

This commit is contained in:
Timofey Boyko 2024-05-06 10:19:18 +03:00
parent 5d637910d9
commit dd96a25e73

View File

@ -51,11 +51,8 @@ export default async function RootLayout({
const baseUrl = getBaseUrl();
const isAuth = await checkIsAuthenticated();
console.log
if (isAuth) redirect(`${baseUrl}`);
const [settings, colorTheme] = await Promise.all([
getSettings(),
getColorTheme(),