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