forked from MirrorHub/synapse
Remove a few aspirational but unused constants
from the Kegan era
This commit is contained in:
parent
af6da6db2d
commit
063a1251a9
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue