mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 19:14:32 -05:00
PutClearToken requires authorization
This commit is contained in:
parent
0727b75a83
commit
929e264549
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user