1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

[AC-1201] refactor: move all SCIM related files into the AdminConsole scope (#2841)

Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
Vincent Salucci
2023-04-18 18:31:00 -05:00
committed by GitHub
parent 4f2fb2ccf5
commit 9a1a369472
17 changed files with 40 additions and 25 deletions

View File

@ -1,4 +1,4 @@
using Bit.Core.Models.OrganizationConnectionConfigs;
using Bit.Core.AdminConsole.Models.OrganizationConnectionConfigs;
using Xunit;
namespace Bit.Core.Test.Models.OrganizationConnectionConfigs;