mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 11:04:31 -05: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…
x
Reference in New Issue
Block a user