Fix typo in comments

This commit is contained in:
soma
2024-12-04 23:04:03 +09:00
parent fec67f98f2
commit a78ad3f20c

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?