mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-14 06:06:41 +00:00
Remove whitespace
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user