Skip to content

Commit

Permalink
:fix css affichage du message compte non trouvé dans Login
Browse files Browse the repository at this point in the history
  • Loading branch information
dienamo committed Oct 10, 2024
1 parent e0c2495 commit fdcf348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/anonymous/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ export default function Login() {
<div className="login">
<Spinner loading={!(localStorage.getItem('user') && localStorage.getItem('user') !== '{}') && proConnectLoading} />
<div className="fr-container fr-my-10w">
{showAccountNotFound && <AccountNotFound/>}
<div className="fr-grid-row fr-grid-row--center" style={{ textAlign: 'center' }}>
<div className="fr-col-xs-12 fr-col-md-6">
{showAccountNotFound && <AccountNotFound/>}
{(window.location.pathname === '/login' || tokenVerified) &&
<>
<button
Expand Down

0 comments on commit fdcf348

Please sign in to comment.