Skip to content

Commit

Permalink
Enable DATE_OF_BIRTH_UNKNOWN by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Mar 14, 2024
1 parent af67092 commit fac06ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/application/application-config-default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const defaultApplicationConfig = {
INFORMANT_SIGNATURE: true,
PRINT_DECLARATION: true
},
DATE_OF_BIRTH_UNKNOWN: false,
DATE_OF_BIRTH_UNKNOWN: true,
INFORMANT_SIGNATURE_REQUIRED: false,
USER_NOTIFICATION_DELIVERY_METHOD: 'email', // or 'sms', or '' ... You can use 'sms' for WhatsApp
INFORMANT_NOTIFICATION_DELIVERY_METHOD: 'email', // or 'sms', or '' ... You can use 'sms' for WhatsApp
Expand Down

0 comments on commit fac06ca

Please sign in to comment.