Merge pull request #5738 from soma-git-practice/is_this_typo_models_in_lockable

Fix typo in comments [ci skip]
This commit is contained in:
Carlos Antonio da Silva
2025-10-16 10:17:40 -03:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ module Devise
if_access_locked { send_unlock_instructions }
end
# Overwrites active_for_authentication? from Devise::Models::Activatable for locking purposes
# Overwrites active_for_authentication? from Devise::Models::Authenticatable for locking purposes
# by verifying whether a user is active to sign in or not based on locked?
def active_for_authentication?
super && !access_locked?