From 6ef864f8a59be3d9f4efc6d61658c18d35fffe4e Mon Sep 17 00:00:00 2001 From: Simeon Romanov Date: Tue, 12 Dec 2023 19:00:11 +0300 Subject: [PATCH] finish login --- frontend/src/pages/login/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/login/index.astro b/frontend/src/pages/login/index.astro index a604b439..83c7882d 100644 --- a/frontend/src/pages/login/index.astro +++ b/frontend/src/pages/login/index.astro @@ -3,7 +3,7 @@ import Layout from '../../layouts/Layout.astro'; import LoginPage from '../../components/login/Login.tsx'; --- - +