Skip to content

fix: user remove

Giorgi Baramidze requested to merge slb/gb/user-remove into master

The "user remove" endpoint was not correctly checking if the caller was authorized to perform the call causing the endpoint to return 200 even if the user was not authorized. This fix will add an authorization check before executing the user-remove opeartion.

Edited by Diego Molteni

Merge request reports