From ce645a83abb5112765627e1d374f8e80fde8efc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Mon, 31 May 2021 18:02:31 +0200 Subject: [PATCH] Fixing display of terms and conditions --- front/src/Components/Login/LoginScene.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/Components/Login/LoginScene.svelte b/front/src/Components/Login/LoginScene.svelte index ea824908..594d086b 100644 --- a/front/src/Components/Login/LoginScene.svelte +++ b/front/src/Components/Login/LoginScene.svelte @@ -37,7 +37,7 @@ {/if} - {#if !DISPLAY_TERMS_OF_USE} + {#if DISPLAY_TERMS_OF_USE}

By continuing, you are agreeing our terms of use, privacy policy and cookie policy.