1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/src
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
..
lib fix: Update updateUser code to reject empty emails (#1210) 2022-01-03 20:14:56 +01:00
mailtemplates
migrations fix: drop client_metrics table 2021-12-10 09:31:54 +01:00
test fix: Update updateUser code to reject empty emails (#1210) 2022-01-03 20:14:56 +01:00
migrator.ts
server-dev.ts
server.ts