|
@@ -57,7 +57,7 @@ |
|
|
block discarded – undo |
|
57
|
57
|
} |
|
58
|
58
|
$httpRequest = Request::createFromEnvironment(); |
|
59
|
59
|
$failedAttemptsThreshold = $this->settings['failedAttemptsThreshold']; |
|
60
|
|
- $replacePlaceholders = function ($string) use ($account, $httpRequest, $failedAttemptsThreshold) { |
|
|
60
|
+ $replacePlaceholders = function($string) use ($account, $httpRequest, $failedAttemptsThreshold) { |
|
61
|
61
|
return str_replace([ |
|
62
|
62
|
'{domain}', '{ip}', '{accountIdentifier}', '{failedAttemptsThreshold}' |
|
63
|
63
|
], [ |
Please login to merge, or discard this patch.