diff options
Diffstat (limited to 'code/api/src/Utilities/BasicAuthenticationHandler.cs')
| -rw-r--r-- | code/api/src/Utilities/BasicAuthenticationHandler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/api/src/Utilities/BasicAuthenticationHandler.cs b/code/api/src/Utilities/BasicAuthenticationHandler.cs index b0a2d1a..3b92293 100644 --- a/code/api/src/Utilities/BasicAuthenticationHandler.cs +++ b/code/api/src/Utilities/BasicAuthenticationHandler.cs @@ -1,6 +1,7 @@ using System.Net.Http.Headers; using System.Text; using System.Text.Encodings.Web; +using IOL.GreatOffice.Api.Models.Database; using Microsoft.Extensions.Options; namespace IOL.GreatOffice.Api.Utilities; |
