mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 01:52:49 -05:00
PutClearToken requires authorization
This commit is contained in:
@ -107,7 +107,6 @@ namespace Bit.Api.Controllers
|
|||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
[AllowAnonymous]
|
|
||||||
[HttpPut("identifier/{identifier}/clear-token")]
|
[HttpPut("identifier/{identifier}/clear-token")]
|
||||||
[HttpPost("identifier/{identifier}/clear-token")]
|
[HttpPost("identifier/{identifier}/clear-token")]
|
||||||
public async Task<DeviceResponseModel> PutClearToken(string identifier)
|
public async Task<DeviceResponseModel> PutClearToken(string identifier)
|
||||||
|
Reference in New Issue
Block a user