mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-23 12:19:29 -05:00
Remove a few aspirational but unused constants
from the Kegan era
This commit is contained in:
parent
af6da6db2d
commit
063a1251a9
@ -43,9 +43,6 @@ class JoinRules(object):
|
||||
|
||||
class LoginType(object):
|
||||
PASSWORD = u"m.login.password"
|
||||
OAUTH = u"m.login.oauth2"
|
||||
EMAIL_CODE = u"m.login.email.code"
|
||||
EMAIL_URL = u"m.login.email.url"
|
||||
EMAIL_IDENTITY = u"m.login.email.identity"
|
||||
RECAPTCHA = u"m.login.recaptcha"
|
||||
DUMMY = u"m.login.dummy"
|
||||
|
Loading…
Reference in New Issue
Block a user