1
0
mirror of https://github.com/bitwarden/server synced 2026-01-05 10:03:23 +00:00

[SM-220] Move identity specific files to identity (#2279)

This commit is contained in:
Oscar Hinton
2022-09-27 18:30:37 +02:00
committed by GitHub
parent ea0087ee6f
commit c11a179332
25 changed files with 91 additions and 124 deletions

View File

@@ -1,5 +1,5 @@
using Bit.Core.IdentityServer;
using Bit.Core.Settings;
using Bit.Core.Settings;
using Bit.Identity.IdentityServer;
using Bit.SharedWeb.Utilities;
using IdentityServer4.ResponseHandling;
using IdentityServer4.Services;