Merge pull request #3291 from cvium/fix_authenticationexception

Use the "legacy" AuthenticationException in AuthService
pull/3323/head
Anthony Lavado 4 years ago committed by GitHub
commit 5d3ff25e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,9 +2,9 @@
using System;
using System.Linq;
using System.Security.Authentication;
using Emby.Server.Implementations.SocketSharp;
using MediaBrowser.Common.Net;
using MediaBrowser.Controller.Authentication;
using MediaBrowser.Controller.Configuration;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Net;

Loading…
Cancel
Save