aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/login
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/views/login')
-rw-r--r--FrontEnd/src/views/login/index.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/FrontEnd/src/views/login/index.tsx b/FrontEnd/src/views/login/index.tsx
index 89aeb47a..6c0aaf67 100644
--- a/FrontEnd/src/views/login/index.tsx
+++ b/FrontEnd/src/views/login/index.tsx
@@ -80,8 +80,7 @@ const LoginPage: React.FC = (_) => {
return (
<div className="login-container container-fluid mt-2">
<h1 className="text-center">{t("welcome")}</h1>
- <Form>
- <Form.Group>
+ <div>
<Form.Label htmlFor="username">{t("user.username")}</Form.Label>
<Form.Control
id="username"
@@ -98,8 +97,6 @@ const LoginPage: React.FC = (_) => {
{t("login.emptyUsername")}
</Form.Control.Feedback>
)}
- </Form.Group>
- <Form.Group>
<Form.Label htmlFor="password">{t("user.password")}</Form.Label>
<Form.Control
id="password"