mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(bug) undefined method strategy_name
This commit is contained in:
parent
6a53cad03a
commit
7945895c1e
@ -6,7 +6,11 @@ class ProviderConfig
|
||||
@config = if File.exist?('config/auth_provider.yml')
|
||||
YAML.safe_load_file('config/auth_provider.yml').with_indifferent_access
|
||||
else
|
||||
{ providable_type: 'DatabaseProvider', name: 'DatabaseProvider::SimpleAuthProvider' }
|
||||
{
|
||||
providable_type: 'DatabaseProvider',
|
||||
name: 'DatabaseProvider::SimpleAuthProvider',
|
||||
strategy_name: 'database-simpleauthprovider'
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fab-manager",
|
||||
"version": "5.9.1",
|
||||
"version": "6.0.0-alpha",
|
||||
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
|
||||
"keywords": [
|
||||
"fablab",
|
||||
|
Loading…
x
Reference in New Issue
Block a user