diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-06 22:33:52 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-05-06 22:33:52 +1000 |
| commit | 2b66d00175950d845a794422433d4a350cf87775 (patch) | |
| tree | 8b0a77d43d80faab235c14008206a926d4566859 /Controllers/LoginController.cs | |
| parent | 60dd44153b5f2b233dc66032507ee6c9a925ed0e (diff) | |
v0.13av0.13a
Diffstat (limited to 'Controllers/LoginController.cs')
| -rw-r--r-- | Controllers/LoginController.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Controllers/LoginController.cs b/Controllers/LoginController.cs index b01553c..c93f0d5 100644 --- a/Controllers/LoginController.cs +++ b/Controllers/LoginController.cs @@ -1,7 +1,6 @@ using HyperBooru.Services; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; -using Microsoft.AspNetCore.Cryptography.KeyDerivation; using Microsoft.AspNetCore.Mvc; using System.Security.Claims; |
