Browse Source

Remove whitespace

Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
Cromefire_ 5 years ago
parent
commit
7e987b9642
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Emby.Server.Implementations/Session/SessionManager.cs

+ 0 - 1
Emby.Server.Implementations/Session/SessionManager.cs

@@ -1396,7 +1396,6 @@ namespace Emby.Server.Implementations.Session
             if (user == null)
             {
                 AuthenticationFailed?.Invoke(this, new GenericEventArgs<AuthenticationRequest>(request));
-
                 throw new SecurityException("Invalid user or password entered.");
             }