Possible issue with the empty username

This commit is contained in:
Jamie.Rees 2017-01-25 11:52:11 +00:00
parent b7e26a3dee
commit 9f7523d7c5

View file

@ -121,7 +121,7 @@ namespace Ombi.UI.Modules
} }
catch (Exception) catch (Exception)
{ {
return string.Empty; return "Unknown User Error";
} }
} }
return _username; return _username;