1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/test
sighphyre 5a82d9be87
fix: Update updateUser code to reject empty emails (#1210)
* fix: Update updateUser code to reject empty emails

This fixes an issue where the updateUser call would allow null email
addresses, then update the email to null and then raise an exception,
leaving the db in a state where no user could be resolved.

* fix: remove username/email requirement in user.ts

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2022-01-03 20:14:56 +01:00
..
config fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
e2e fix: Update updateUser code to reject empty emails (#1210) 2022-01-03 20:14:56 +01:00
examples feat: rename :global: env to "default" (#947) 2021-09-24 13:55:00 +02:00
fixtures fix: Adds feature-variant-updated event. (#1189) 2021-12-16 11:07:19 +01:00