-
+
+
+
-
+
);
diff --git a/web-app/src/pages/LoginPage.jsx b/web-app/src/pages/LoginPage.jsx
index 2665b58..652372b 100644
--- a/web-app/src/pages/LoginPage.jsx
+++ b/web-app/src/pages/LoginPage.jsx
@@ -1,13 +1,12 @@
-import { Form, Input, Button, Row, Col, Typography } from "antd";
-import { useEffect, useState } from "react";
-import { useAuth } from "../AuthContext.jsx";
-import { useNavigate } from "react-router-dom";
-import styles from "/src/styles/LoginPage.module.scss";
+import {Form, Input, Button, Row, Col, Typography} from 'antd';
+import {useEffect, useState} from 'react';
+import {useAuth} from "../AuthContext.jsx";
+import {useNavigate} from "react-router-dom";
-const { Title } = Typography;
+const {Title} = Typography;
const LoginPage = () => {
- const { user, login } = useAuth();
+ const {user, login} = useAuth();
const [loading, setLoading] = useState(false);
const [error, setError] = useState(null);
@@ -34,24 +33,39 @@ const LoginPage = () => {
};
return (
-
+