Add essential cookies consent gate on auth forms
This commit is contained in:
@@ -16,6 +16,8 @@ const translations = {
|
||||
"auth.registerHeading": "Create account",
|
||||
"auth.switchToRegister": "Need an account? Register",
|
||||
"auth.switchToLogin": "Have an account? Log in",
|
||||
"auth.cookieLabel": "I agree to the use of essential cookies.",
|
||||
"auth.cookieRequired": "Please agree to essential cookies to continue.",
|
||||
"auth.logout": "Logout",
|
||||
"auth.welcome": "Welcome, {name}!",
|
||||
"auth.defaultName": "Player",
|
||||
@@ -185,6 +187,8 @@ const translations = {
|
||||
"auth.registerHeading": "Konto erstellen",
|
||||
"auth.switchToRegister": "Noch kein Konto? Registrieren",
|
||||
"auth.switchToLogin": "Schon ein Konto? Anmelden",
|
||||
"auth.cookieLabel": "Ich stimme der Nutzung erforderlicher Cookies zu.",
|
||||
"auth.cookieRequired": "Bitte stimme den erforderlichen Cookies zu.",
|
||||
"auth.logout": "Abmelden",
|
||||
"auth.welcome": "Willkommen, {name}!",
|
||||
"auth.defaultName": "Spieler",
|
||||
|
||||
Reference in New Issue
Block a user