mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:14:49 -04:00
Implement registering with shared secret.
This commit is contained in:
parent
58367a9da2
commit
69135f59aa
4 changed files with 83 additions and 5 deletions
|
@ -60,6 +60,7 @@ class LoginType(object):
|
|||
EMAIL_IDENTITY = u"m.login.email.identity"
|
||||
RECAPTCHA = u"m.login.recaptcha"
|
||||
APPLICATION_SERVICE = u"m.login.application_service"
|
||||
SHARED_SECRET = u"org.matrix.login.shared_secret"
|
||||
|
||||
|
||||
class EventTypes(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue