-
- Downloads
Fix `/api/user` POSTs to return the same data as PUT
The previous code returned the result of the `db/insert!` this changes that to user the same `fetch-user` function that is used elsewhere in the user API to ensure we get the same data back (specifically looking for `is_active`).
Please register or sign in to comment