Allow disable devise lockable through secrets

This commit is contained in:
taitus
2023-04-05 11:38:17 +02:00
parent a1955531e1
commit 873ec84b52
4 changed files with 11 additions and 1 deletions

View File

@@ -81,6 +81,8 @@ Rails.application.configure do
# Allow managing different tenants using the same application
config.multitenancy = true
config.devise_lockable = true
end
require Rails.root.join("config", "environments", "custom", "test")