mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
Possible issue with the empty username
This commit is contained in:
parent
b7e26a3dee
commit
9f7523d7c5
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace Ombi.UI.Modules
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
return string.Empty;
|
return "Unknown User Error";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return _username;
|
return _username;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue