[#345] remove deprecation warning
This commit is contained in:
parent
694f41f036
commit
81d628c605
|
@ -150,8 +150,8 @@ Devise.setup do |config|
|
|||
|
||||
# ==> Configuration for :token_authenticatable
|
||||
# Defines name of the authentication token params key
|
||||
config.token_authentication_key = :token
|
||||
config.skip_session_storage = [:token_auth, :http_auth]
|
||||
# config.token_authentication_key = :token
|
||||
# config.skip_session_storage = [:token_auth, :http_auth]
|
||||
|
||||
# ==> Scopes configuration
|
||||
# Turn scoped views on. Before rendering "sessions/new", it will first check for
|
||||
|
|
Loading…
Reference in New Issue