mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Regstration with email in v2
This commit is contained in:
parent
4eb6d66b45
commit
a19b739909
6 changed files with 123 additions and 29 deletions
|
@ -30,6 +30,7 @@ from .admin import AdminHandler
|
|||
from .appservice import ApplicationServicesHandler
|
||||
from .sync import SyncHandler
|
||||
from .auth import AuthHandler
|
||||
from .identity import IdentityHandler
|
||||
|
||||
|
||||
class Handlers(object):
|
||||
|
@ -60,3 +61,4 @@ class Handlers(object):
|
|||
)
|
||||
self.sync_handler = SyncHandler(hs)
|
||||
self.auth_handler = AuthHandler(hs)
|
||||
self.identity_handler = IdentityHandler(hs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue