Add a toggle for the iga identity check
Compare changes
Files
5- Andreas Ellewsen authored
Since we may not want to enable the identity check, it must be togglable. This commit adds environment variable REACT_APP_ENABLE_IGA_CHECK for toggling the check in the frontend, and django settings variable IGA_CHECK for toggling the check in the backend.
@@ -6,7 +6,7 @@ import { fetchJsonOpts, submitJsonOpts } from 'utils'
@@ -6,7 +6,7 @@ import { fetchJsonOpts, submitJsonOpts } from 'utils'
@@ -85,7 +85,7 @@ const IdentityLine = ({
@@ -85,7 +85,7 @@ const IdentityLine = ({