mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
back to regular ip string
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user