fix: add missing OAuth i18n keys, remap dev redis off port 6379

login page referenced auth.continueWithGithub/Discord/Authentik keys that
didn't exist in en/fr message files, crashing the login page. Also remap
docker/compose.yml redis to 6380 since 6379 collides with an unrelated
local container on this machine.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Arnaud
2026-07-01 16:29:28 +02:00
parent a4fb62c86c
commit 7e93c332ce
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -116,6 +116,9 @@
"signUpSubtitle": "Commencez à construire votre bibliothèque de recettes",
"signUpLoading": "Création du compte…",
"continueWithGoogle": "Continuer avec Google",
"continueWithGithub": "Continuer avec GitHub",
"continueWithDiscord": "Continuer avec Discord",
"continueWithAuthentik": "Continuer avec Authentik",
"email": "E-mail",
"emailPlaceholder": "vous@exemple.fr",
"password": "Mot de passe",