Revize 329ac528
Přidáno uživatelem Vojtěch Bartička před asi 3 roky(ů)
Backend/Backend/Controllers/UserController.cs | ||
---|---|---|
28 | 28 |
{ |
29 | 29 |
if (clientInfo.LoggedUser == null) |
30 | 30 |
{ |
31 |
logger.Warning("ClientInfo has null LoggerUser in [Authorized] controller /annotations");
|
|
31 |
logger.Warning("ClientInfo has null LoggerUser in [Authorized] controller /users");
|
|
32 | 32 |
return Problem(); |
33 | 33 |
} |
34 | 34 |
|
Také k dispozici: Unified diff
Cosmetic changes