diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-08-17 02:02:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-17 02:02:55 -0400 |
| commit | f41a608f11dd8369cccdb5dff11a54d41489c4a8 (patch) | |
| tree | 335cadb62ae190f68b0c81801354096b4ab7e856 /MediaBrowser.Controller/Authentication/AuthenticationException.cs | |
| parent | 7a27dd8a1b7578a1dcef27f6852de1ae805a7d67 (diff) | |
| parent | 8d3b5c851ded74b9f34eb2cd963187761a3f6f61 (diff) | |
Merge pull request #1452 from Bond-009/usermanager2
Improvements to UserManager
Diffstat (limited to 'MediaBrowser.Controller/Authentication/AuthenticationException.cs')
| -rw-r--r-- | MediaBrowser.Controller/Authentication/AuthenticationException.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Authentication/AuthenticationException.cs b/MediaBrowser.Controller/Authentication/AuthenticationException.cs index 045cbcdae..62eca3ea9 100644 --- a/MediaBrowser.Controller/Authentication/AuthenticationException.cs +++ b/MediaBrowser.Controller/Authentication/AuthenticationException.cs @@ -1,4 +1,5 @@ using System; + namespace MediaBrowser.Controller.Authentication { /// <summary> |
