Skip to content

Commit 2e6e388

Browse files
[PRMT-439] - Fix typos
1 parent e624dc7 commit 2e6e388

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

infrastructure/modules/app_config/configurations/dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "uploadArfWorkflowEnabled"
1111
},
1212
"useSmartcardAuth": {
13-
"enabled": "useSmartcardAuth"
13+
"name": "useSmartcardAuth"
1414
},
1515
"lloydGeorgeValidationStrictModeEnabled": {
1616
"name": "lloydGeorgeValidationStrictModeEnabled"

infrastructure/modules/app_config/configurations/pre-prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "uploadArfWorkflowEnabled"
1111
},
1212
"useSmartcardAuth": {
13-
"enabled": "useSmartcardAuth"
13+
"name": "useSmartcardAuth"
1414
},
1515
"lloydGeorgeValidationStrictModeEnabled": {
1616
"name": "lloydGeorgeValidationStrictModeEnabled"

infrastructure/modules/app_config/configurations/prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "uploadArfWorkflowEnabled"
1111
},
1212
"useSmartcardAuth": {
13-
"enabled": "useSmartcardAuth"
13+
"name": "useSmartcardAuth"
1414
},
1515
"lloydGeorgeValidationStrictModeEnabled": {
1616
"name": "lloydGeorgeValidationStrictModeEnabled"

infrastructure/modules/app_config/configurations/sandbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "uploadArfWorkflowEnabled"
1111
},
1212
"useSmartcardAuth": {
13-
"enabled": "useSmartcardAuth"
13+
"name": "useSmartcardAuth"
1414
},
1515
"lloydGeorgeValidationStrictModeEnabled": {
1616
"name": "lloydGeorgeValidationStrictModeEnabled"

0 commit comments

Comments
 (0)