浏览代码

Remove whitespace

Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
Cromefire_ 5 年之前
父节点
当前提交
7e987b9642
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)
             if (user == null)
             {
             {
                 AuthenticationFailed?.Invoke(this, new GenericEventArgs<AuthenticationRequest>(request));
                 AuthenticationFailed?.Invoke(this, new GenericEventArgs<AuthenticationRequest>(request));
-
                 throw new SecurityException("Invalid user or password entered.");
                 throw new SecurityException("Invalid user or password entered.");
             }
             }