Skip to content

Commit

Permalink
Typo fix (rainlab#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlusherDock1 authored Dec 3, 2021
1 parent 9e0c26e commit 80ec1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ResetPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function onResetPassword()
throw new ValidationException($errorFields);
}

// Check needed for compatbility with legacy systems
// Check needed for compatibility with legacy systems
if (method_exists(\RainLab\User\Classes\AuthManager::class, 'clearThrottleForUserId')) {
Auth::clearThrottleForUserId($user->id);
}
Expand Down

0 comments on commit 80ec1bf

Please sign in to comment.