Skip to content

Commit

Permalink
Tiny fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Pimentel-Bitwarden committed Dec 16, 2024
1 parent 52560a3 commit cef7a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ namespace Bit.Core.Auth.Models.Api.Response;

public class DeviceAuthRequestResponseModel : ResponseModel
{
// public DeviceAuthRequestResponseModel()
// : base("device")
// {
//
// }

public DeviceAuthRequestResponseModel(
Device device,
Guid authRequestId,
Expand Down
1 change: 1 addition & 0 deletions test/Api.Test/Api.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@

<ItemGroup>
<Folder Include="Auth\" />
<Folder Include="Auth\Controllers\" />
</ItemGroup>
</Project>

0 comments on commit cef7a02

Please sign in to comment.