mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 09:46:03 -04:00
Factor out complete_sso_login and expose it to the Module API
This commit is contained in:
parent
809e8567f6
commit
65c73cdfec
4 changed files with 96 additions and 57 deletions
|
@ -16,7 +16,7 @@ from typing import Any, Dict
|
|||
|
||||
import pkg_resources
|
||||
|
||||
from ._base import Config, ConfigError
|
||||
from ._base import Config
|
||||
|
||||
|
||||
class SSOConfig(Config):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue