1
0
mirror of https://github.com/bitwarden/server synced 2026-01-17 16:03:49 +00:00
This commit is contained in:
Hinton
2026-01-08 12:20:31 +01:00
parent 02e32f8ab2
commit 871e55b960
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
namespace Bit.Core.Services;
namespace Bit.Core.Services;
public class NeverPlayIdServices : IPlayIdService
{
@@ -13,4 +13,4 @@ public class NeverPlayIdServices : IPlayIdService
playId = string.Empty;
return false;
}
}
}

View File

@@ -1,4 +1,4 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
@@ -45,4 +45,4 @@ public class PlayIdSingletonService(IHttpContextAccessor httpContextAccessor, IH
return false;
}
}
}
}