1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

test: adding tests for AuthRequestsController; docs: added comments for the AuthRequestService.

This commit is contained in:
Ike Kottlowski
2025-06-05 18:11:54 -04:00
parent ca711cd57e
commit ab4cb18145
5 changed files with 295 additions and 15 deletions

View File

@ -25,9 +25,4 @@
<ProjectReference Include="..\Common\Common.csproj" />
<ProjectReference Include="..\Core.Test\Core.Test.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Auth\" />
<Folder Include="Auth\Controllers\" />
</ItemGroup>
</Project>