mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01: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);
|
||||
var message = new CloudQueueMessage(CoreHelpers.Base64UrlEncodeString(ipAddress));
|
||||
var message = new CloudQueueMessage(ipAddress);
|
||||
await _blockIpQueue.AddMessageAsync(message);
|
||||
if(!permanentBlock)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user