@@ -35,34 +35,36 @@ export const FormulaireConnexion = () => {
35
35
</ div >
36
36
< br />
37
37
{ lien ? (
38
- < div className = "fr-connect-group texte-centre" >
39
- < a className = "fr-connect" href = { lien . url } >
40
- < span className = "fr-connect__login" > S’identifier avec</ span > { ' ' }
41
- < span className = "fr-connect__brand" > ProConnect</ span >
42
- </ a >
43
- < p >
44
- < a
45
- href = "https://proconnect.gouv.fr/"
46
- target = "_blank"
47
- rel = "noopener noreferrer"
48
- title = "Qu’est-ce que ProConnect ? - nouvelle fenêtre"
49
- >
50
- Qu’est-ce que ProConnect ?
38
+ < div >
39
+ < div className = "fr-connect-group texte-centre" >
40
+ < a className = "fr-connect" href = { lien . url } >
41
+ < span className = "fr-connect__login" > S’identifier avec</ span > { ' ' }
42
+ < span className = "fr-connect__brand" > ProConnect</ span >
51
43
</ a >
52
- </ p >
53
- </ div >
54
- ) : null }
44
+ < p >
45
+ < a
46
+ href = "https://proconnect.gouv.fr/"
47
+ target = "_blank"
48
+ rel = "noopener noreferrer"
49
+ title = "Qu’est-ce que ProConnect ? - nouvelle fenêtre"
50
+ >
51
+ Qu’est-ce que ProConnect ?
52
+ </ a >
53
+ </ p >
54
+ </ div >
55
55
56
- { erreursRetourPostLogin ? (
57
- < div >
58
- < Toast message = { erreursRetourPostLogin } type = "ERREUR" />
56
+ { erreursRetourPostLogin ? (
57
+ < div >
58
+ < Toast message = { erreursRetourPostLogin } type = "ERREUR" />
59
+ </ div >
60
+ ) : null }
61
+
62
+ < div className = "texte-centre" >
63
+ < hr className = "separation-agent-connect" />
64
+ </ div >
59
65
</ div >
60
66
) : null }
61
67
62
- < div className = "texte-centre" >
63
- < hr className = "separation-agent-connect" />
64
- </ div >
65
-
66
68
< FormulaireAuthentification />
67
69
< br />
68
70
< div className = "texte-centre" >
0 commit comments