diff options
| author | ivar <i@oiee.no> | 2023-10-08 01:22:29 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2023-10-08 01:22:29 +0200 |
| commit | 0fa8060856fde1ac887d1fefe3940ac494d236cb (patch) | |
| tree | a25262a14538b58d431afd21a2d47a4abed326ee /code/api/src/Utilities/BasicAuthenticationHandler.cs | |
| parent | cf546fd4b9a1fbf77bccf5f0b713e688d29a66ad (diff) | |
| download | greatoffice-0fa8060856fde1ac887d1fefe3940ac494d236cb.tar.xz greatoffice-0fa8060856fde1ac887d1fefe3940ac494d236cb.zip | |
.
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; |
