diff options
| author | Cromefire_ <26320625+cromefire@users.noreply.github.com> | 2019-12-13 15:30:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-13 15:30:08 +0100 |
| commit | 7e987b9642fd1826b9adb8dc6e208454c44da4dc (patch) | |
| tree | 174662351a0543bcbb749bccdc34f145a1575505 | |
| parent | 6231fc18eac67966340fddc121dc2895fd99ab5e (diff) | |
Remove whitespace
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
| -rw-r--r-- | Emby.Server.Implementations/Session/SessionManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs index 80079ae6c..367e1d498 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/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."); } |
