mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
commit
3dfa7cbd90
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ namespace Ombi.UI.Modules
|
|||
}
|
||||
catch (Exception)
|
||||
{
|
||||
return Response.AsJson(new { result = false, message = Resources.UI.UserLogin_IncorrectUserPass })
|
||||
return Response.AsJson(new {result = false, message = Resources.UI.UserLogin_IncorrectUserPass});
|
||||
}
|
||||
}
|
||||
else if (!settings.UserAuthentication) // No auth, let them pass!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue