fix: user delete

This commit is contained in:
Pieter Kuyck
2021-03-13 12:34:47 +01:00
parent 51687c382d
commit 801615c981
3 changed files with 12 additions and 2 deletions

View File

@ -271,6 +271,7 @@ namespace Oqtane.Controllers
if (result != null)
{
_folders.DeleteUserFolder(id);
_users.DeleteUser(id);
_logger.Log(LogLevel.Information, this, LogFunction.Delete, "User Deleted {UserId}", id);
}