From ff7b48c399fe699a352b3f26a8bc13c785599165 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 29 Mar 2017 21:17:38 +0100 Subject: [PATCH] Syntax error --- Ombi.UI/Modules/UserLoginModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ombi.UI/Modules/UserLoginModule.cs b/Ombi.UI/Modules/UserLoginModule.cs index 6330625ac..0e0bdef12 100644 --- a/Ombi.UI/Modules/UserLoginModule.cs +++ b/Ombi.UI/Modules/UserLoginModule.cs @@ -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!