diff --git a/src/plotSearch/constants.js b/src/plotSearch/constants.js index da6892d2f..dc2d14bb0 100644 --- a/src/plotSearch/constants.js +++ b/src/plotSearch/constants.js @@ -110,6 +110,7 @@ export const PROTECTED_FORM_PATHS: ProtectedFormPathsSections = { 'etunimi', 'Sukunimi', 'henkilotunnus', + 'sahkoposti' ], }, 'yrityksen-tiedot': { @@ -117,6 +118,7 @@ export const PROTECTED_FORM_PATHS: ProtectedFormPathsSections = { fields: [ 'yrityksen-nimi', 'y-tunnus', + 'sahkoposti', ], }, },