*(minor): small refactor
This commit is contained in:
6
passbook/providers/saml/settings.py
Normal file
6
passbook/providers/saml/settings.py
Normal file
@ -0,0 +1,6 @@
|
||||
"""saml provider settings"""
|
||||
|
||||
PASSBOOK_PROVIDERS_SAML_PROCESSORS = [
|
||||
'passbook.providers.saml.processors.generic',
|
||||
'passbook.providers.saml.processors.salesforce',
|
||||
]
|
Reference in New Issue
Block a user