Remove whitespace

Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
Cromefire_ 2019-12-13 15:30:08 +01:00 committed by GitHub
parent 6231fc18ea
commit 7e987b9642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.");
}