mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Syntax error
This commit is contained in:
parent
41021240c9
commit
ff7b48c399
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ namespace Ombi.UI.Modules
|
||||||
}
|
}
|
||||||
catch (Exception)
|
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!
|
else if (!settings.UserAuthentication) // No auth, let them pass!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue