From 19e4bde05a05dc9efcd94953cf343f97fe51736a Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Thu, 20 Mar 2025 14:50:24 +0100 Subject: [PATCH] Update AccountController.cs --- bitwarden_license/src/Sso/Controllers/AccountController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/bitwarden_license/src/Sso/Controllers/AccountController.cs b/bitwarden_license/src/Sso/Controllers/AccountController.cs index eec663fa3b..ada6b20c29 100644 --- a/bitwarden_license/src/Sso/Controllers/AccountController.cs +++ b/bitwarden_license/src/Sso/Controllers/AccountController.cs @@ -19,6 +19,7 @@ using Bit.Core.Tokens; using Bit.Core.Utilities; using Bit.Sso.Models; using Bit.Sso.Utilities; +using Duende.IdentityModel; using Duende.IdentityServer; using Duende.IdentityServer.Services; using Duende.IdentityServer.Stores;