diff --git a/src/Auth.php b/src/Auth.php index 0860b9b..4d742a2 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -754,7 +754,7 @@ final class Auth extends UserManager { } $this->throttle([ 'requestEmailChange', $this->getIpAddress() ], 1, (60 * 60 * 24), 3); - $this->throttle([ 'requestEmailChange', 'user', $this->getUserId() ], 1, (60 * 60 * 24), 3); + $this->throttle([ 'requestEmailChange', 'userId', $this->getUserId() ], 1, (60 * 60 * 24)); $this->createConfirmationRequest($this->getUserId(), $newEmail, $callback); }