mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 21:44:10 -04:00
Load /password_policy
endpoint on workers. (#15331)
This commit is contained in:
parent
7a892ce793
commit
4fc85e5a92
5 changed files with 5 additions and 2 deletions
|
@ -31,6 +31,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
class PasswordPolicyServlet(RestServlet):
|
||||
PATTERNS = client_patterns("/password_policy$")
|
||||
CATEGORY = "Registration/login requests"
|
||||
|
||||
def __init__(self, hs: "HomeServer"):
|
||||
super().__init__()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue