Add a toggle for the iga identity check
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.
parent
0a5ec39b
No related branches found
No related tags found
This commit is part of merge request !301. Comments created here will be created in the context of that merge request.
Showing
- frontend/src/appConfig.ts 3 additions, 0 deletionsfrontend/src/appConfig.ts
- frontend/src/components/identityLine/index.tsx 2 additions, 2 deletionsfrontend/src/components/identityLine/index.tsx
- gregsite/settings/base.py 2 additions, 0 deletionsgregsite/settings/base.py
- gregui/api/views/identity.py 3 additions, 1 deletiongregui/api/views/identity.py
- gregui/tests/api/views/test_identity.py 3 additions, 0 deletionsgregui/tests/api/views/test_identity.py
Please register or sign in to comment