style: format unlock_keys for consistency
- Adjusted the spacing in the 'unlock_keys' configuration - Ensured uniform spacing around array elements This change does not affect the functionality of the unlock keys in Devise but improves the consistency of the code formatting to enhance readability.
This commit is contained in:
parent
be1f76a76d
commit
2511eadd2f
@ -197,7 +197,7 @@ Devise.setup do |config|
|
||||
config.lock_strategy = :failed_attempts
|
||||
|
||||
# Defines which key will be used when locking and unlocking an account
|
||||
config.unlock_keys = [:email]
|
||||
config.unlock_keys = [ :email ]
|
||||
|
||||
# Defines which strategy will be used to unlock an account.
|
||||
# :email = Sends an unlock link to the user email
|
||||
|
Loading…
Reference in New Issue
Block a user