This update modifies the user settings endpoint so that, when validating email uniqueness, the query excludes the current user’s own record (using id: Not(user.id))
22 KiB
22 KiB
This update modifies the user settings endpoint so that, when validating email uniqueness, the query excludes the current user’s own record (using id: Not(user.id))