diff --git a/frontend/mocking/mocker.js b/frontend/mocking/mocker.js index 0ddc9ee944..125e38e9d3 100644 --- a/frontend/mocking/mocker.js +++ b/frontend/mocking/mocker.js @@ -64,6 +64,7 @@ const mockOverrides = { edges: [...new Array(affiliationCount)], totalCount: affiliationCount, }, + emailValidated: true, preferredLang: 'ENGLISH', } },