mirror of
https://github.com/bitwarden/server.git
synced 2025-01-21 21:41:21 +01:00
Fix typo in OrganizationsController.cs (#4739)
This commit is contained in:
parent
329eef82cd
commit
c3ba6697e9
@ -434,7 +434,7 @@ public class OrganizationsController : Controller
|
||||
return new OrganizationPublicKeyResponseModel(org);
|
||||
}
|
||||
|
||||
[Obsolete("TDL-136 Renamed to public-key (2023.8), left for backwards compatability with older clients.")]
|
||||
[Obsolete("TDL-136 Renamed to public-key (2023.8), left for backwards compatibility with older clients.")]
|
||||
[HttpGet("{id}/keys")]
|
||||
public async Task<OrganizationPublicKeyResponseModel> GetKeys(string id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user