1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/src
Christopher Kolstad e5e4d52219
fix: anonymise PII fields in user access if flag is set (#3773)
### What
In the demo when listing possible users to grant access to your project,
we inadvertently expose emails when listing users you can grant access
to. This PR anonymises the access list on the way out.
2023-05-15 14:12:03 +02:00
..
lib fix: anonymise PII fields in user access if flag is set (#3773) 2023-05-15 14:12:03 +02:00
mailtemplates
migrations chore: add another migration that remigrates the proper way (#3719) 2023-05-11 15:33:04 +02:00
test fix: anonymise PII fields in user access if flag is set (#3773) 2023-05-15 14:12:03 +02:00
migrator.ts feat: disable verbosity from db-migrate (#3301) 2023-03-13 10:12:43 +01:00
server-dev.ts Feat: default strategy UI (#3682) 2023-05-05 14:32:44 +03:00
server.ts