diff options
author | David Baker <dave@matrix.org> | 2017-02-08 11:36:08 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2017-02-08 11:36:08 +0000 |
commit | 063a1251a965fc7b637a24bb87bb89678c137ecf (patch) | |
tree | e8f0c32fc1856ef0a16472f9a4ca471c7b4e78c2 /synapse/api/constants.py | |
parent | Merge pull request #1784 from morteza-araby/user-admin (diff) | |
download | synapse-063a1251a965fc7b637a24bb87bb89678c137ecf.tar.xz |
Remove a few aspirational but unused constants
from the Kegan era
Diffstat (limited to 'synapse/api/constants.py')
-rw-r--r-- | synapse/api/constants.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py index a8123cddcb..ca23c9c460 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py @@ -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" |