@@ -14,15 +14,16 @@ const verificationType: Array<[Verification_Type, string]> = [
14
14
Verification_Type_Schema . enum . no_validation_means_available ,
15
15
"No validation means available" ,
16
16
] ,
17
- // [Verification_Type_Schema.enum.verified_email_domain, "Domaine email"],
18
- // [
19
- // Verification_Type_Schema.enum.verified_by_coop_mediation_numerique,
20
- // "Verified by coop mediation numerique",
21
- // ],
17
+ [ Verification_Type_Schema . enum . domain , "Domaine email" ] ,
22
18
23
- // "Justificatif transmis",
24
- // "No validation means available",
25
- // "Verified by coop mediation numerique",
19
+ [
20
+ Verification_Type_Schema . enum . verified_by_coop_mediation_numerique ,
21
+ "Verified by coop mediation numerique" ,
22
+ ] ,
23
+ [ Verification_Type_Schema . enum . receipt_sent , "Justificatif transmis" ] ,
24
+
25
+ // "Justificatif transmis", 🚧 missing 🚧
26
+ // "Verified by coop mediation numerique", 🚧 missing 🚧
26
27
] ;
27
28
28
29
export function TagInput ( ) {
@@ -37,10 +38,6 @@ export function TagInput() {
37
38
type = "radio"
38
39
value = { value ?? "null" }
39
40
name = "verification_type"
40
- checked = {
41
- value ===
42
- Verification_Type_Schema . enum . no_validation_means_available
43
- }
44
41
/>
45
42
{ key }
46
43
</ label >
0 commit comments