aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/Security/AuthService.cs
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2020-06-11 10:59:57 +0200
committerClaus Vium <clausvium@gmail.com>2020-06-11 10:59:57 +0200
commit5bb630ea7ca820a6ba6745aaa2a20eda710c0854 (patch)
treefd4c29542134ae5a7124c0f322ef0945cbfc67ab /Emby.Server.Implementations/HttpServer/Security/AuthService.cs
parent9f755dc4222eb46124815e3500e8ac65d446ac8b (diff)
Use the "legacy" AuthenticationException
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/Security/AuthService.cs')
-rw-r--r--Emby.Server.Implementations/HttpServer/Security/AuthService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/Security/AuthService.cs b/Emby.Server.Implementations/HttpServer/Security/AuthService.cs
index 256b24924..2d6b5c56d 100644
--- a/Emby.Server.Implementations/HttpServer/Security/AuthService.cs
+++ b/Emby.Server.Implementations/HttpServer/Security/AuthService.cs
@@ -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;