mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Initial impliementation of #739
This commit is contained in:
parent
88c0651b1e
commit
973688393f
18 changed files with 624 additions and 21 deletions
|
@ -115,7 +115,7 @@ namespace Ombi.UI.Modules
|
|||
var username = Security.GetUsername(User.UserName, Session);
|
||||
if (string.IsNullOrEmpty(username))
|
||||
{
|
||||
return Session[SessionKeys.UsernameKey].ToString();
|
||||
return "Unknown User";
|
||||
}
|
||||
_username = username;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue