diff --git a/csharp/App/Backend/DataTypes/Methods/Session.cs b/csharp/App/Backend/DataTypes/Methods/Session.cs index 0d622fa7a..1e751bb85 100644 --- a/csharp/App/Backend/DataTypes/Methods/Session.cs +++ b/csharp/App/Backend/DataTypes/Methods/Session.cs @@ -138,6 +138,8 @@ public static class SessionMethods if (user is null || user.UserType == 0) return false; + + action.UserName = user.Name; var installation = Db.GetInstallationById(action.InstallationId); installation.TestingMode = action.TestingMode;