Possible issue with the empty username

pull/992/head
Jamie.Rees 8 years ago
parent b7e26a3dee
commit 9f7523d7c5

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

Loading…
Cancel
Save