diff --git a/public/base-locales/fr.json b/public/base-locales/fr.json
index a6bc1dacf..3ead6b7b9 100644
--- a/public/base-locales/fr.json
+++ b/public/base-locales/fr.json
@@ -482,5 +482,7 @@
"gym_badges_subtitle": "Affiche les badges d'arène sur la carte et une liste dans la page profile.",
"loading": "Chargement {{category}}",
"loading_icons": "Récupération des Icônes",
- "loading_invasions": "Récupération des Invasions"
+ "loading_invasions": "Récupération des Invasions",
+ "login_button": 12,
+ "join_button": 12
}
\ No newline at end of file
diff --git a/src/components/layout/auth/Login.jsx b/src/components/layout/auth/Login.jsx
index 911f5674b..0eb94dc40 100644
--- a/src/components/layout/auth/Login.jsx
+++ b/src/components/layout/auth/Login.jsx
@@ -41,7 +41,7 @@ const Login = ({ clickedTwice, location, serverSettings, getServerSettings }) =>
direction="column"
justifyContent="center"
alignItems="center"
- style={{ minHeight: '95vh' }}
+ style={{ minHeight: '95vh', width: '100%' }}
>
@@ -49,17 +49,17 @@ const Login = ({ clickedTwice, location, serverSettings, getServerSettings }) =>
{serverSettings?.authMethods?.includes('discord') && (
-
+
{serverSettings.config.map.discordInvite && (
-
+
)}