Skip to content

Commit

Permalink
Merge branch 'working' into dev-channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Truiteseche committed Mar 31, 2024
2 parents e8aae49 + 53b9af7 commit 36ddb3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Login/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ export default function Login({ keepLoggedIn, setKeepLoggedIn, A2FInfo, setRequi
<h1>Connexion</h1>
<LoginForm keepLoggedIn={keepLoggedIn} setKeepLoggedIn={setKeepLoggedIn} A2FInfo={A2FInfo} setRequireA2F={setRequireA2F} bufferUserIds={bufferUserIds} fetchLogin={fetchLogin} logout={logout} loginFromOldAuthInfo={loginFromOldAuthInfo} />
</div>
<p className="policy">
{/* <p className="policy">
En vous connectant, vous confirmez avoir lu et accepté notre <Link to="#policy" replace={true} className="policy-link" id="legal-notice">Politique de confidentialité et Conditions d'utilisation</Link>.
</p>
</p> */}
{location.hash === "#policy" && <Policy onCloseNavigateURL={""} />}
<EDPVersion currentEDPVersion={currentEDPVersion} />
<Outlet />
Expand Down

0 comments on commit 36ddb3b

Please sign in to comment.