diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-01 10:46:31 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-01 10:46:31 +0200 |
| commit | e56d469e9fe865d8b423e1bdf5c3b872ee2319d8 (patch) | |
| tree | 98f8efbc5812971cbac4cc547e47af14c165b6dd /server/src/Utilities | |
| parent | dc0d24a3c556e633ec86d82730e8f04d2326c436 (diff) | |
| download | greatoffice-e56d469e9fe865d8b423e1bdf5c3b872ee2319d8.tar.xz greatoffice-e56d469e9fe865d8b423e1bdf5c3b872ee2319d8.zip | |
refactor: Minor changes
Diffstat (limited to 'server/src/Utilities')
| -rw-r--r-- | server/src/Utilities/GithubAuthenticationHelpers.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/Utilities/GithubAuthenticationHelpers.cs b/server/src/Utilities/GithubAuthenticationHelpers.cs index f78e1ae..a4461d2 100644 --- a/server/src/Utilities/GithubAuthenticationHelpers.cs +++ b/server/src/Utilities/GithubAuthenticationHelpers.cs @@ -1,5 +1,4 @@ using Microsoft.AspNetCore.Authentication.OAuth; -using Microsoft.Extensions.Options; using Npgsql; namespace IOL.GreatOffice.Api.Utilities; |
