Fixed bug with username
This commit is contained in:
parent
615dc7bb92
commit
524759fdff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue