mirror of
https://github.com/bitwarden/server.git
synced 2025-04-22 05:25:10 -05:00
back to regular ip string
This commit is contained in:
parent
62211128e7
commit
cbd0f15224
@ -35,7 +35,7 @@ namespace Bit.Core.Services
|
|||||||
}
|
}
|
||||||
|
|
||||||
_lastBlock = new Tuple<string, bool, DateTime>(ipAddress, permanentBlock, now);
|
_lastBlock = new Tuple<string, bool, DateTime>(ipAddress, permanentBlock, now);
|
||||||
var message = new CloudQueueMessage(CoreHelpers.Base64UrlEncodeString(ipAddress));
|
var message = new CloudQueueMessage(ipAddress);
|
||||||
await _blockIpQueue.AddMessageAsync(message);
|
await _blockIpQueue.AddMessageAsync(message);
|
||||||
if(!permanentBlock)
|
if(!permanentBlock)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user