diff options
author | David Baker <dbkr@users.noreply.github.com> | 2017-02-08 13:30:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-08 13:30:40 +0000 |
commit | 9adcd3a514c7b994ac4485bbf9ae0034177c58b2 (patch) | |
tree | e8f0c32fc1856ef0a16472f9a4ca471c7b4e78c2 | |
parent | Merge pull request #1784 from morteza-araby/user-admin (diff) | |
parent | Remove a few aspirational but unused constants (diff) | |
download | synapse-9adcd3a514c7b994ac4485bbf9ae0034177c58b2.tar.xz |
Merge pull request #1891 from matrix-org/dbkr/remove_unused_constants
Remove a few aspirational but unused constants
-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" |