mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 10:36:04 -04:00
Code cleanups and simplifications.
Also: share the saml client between redirect and response handlers.
This commit is contained in:
parent
69a43d9974
commit
426049247b
6 changed files with 53 additions and 50 deletions
|
@ -57,7 +57,6 @@ class LoginType(object):
|
|||
EMAIL_IDENTITY = u"m.login.email.identity"
|
||||
MSISDN = u"m.login.msisdn"
|
||||
RECAPTCHA = u"m.login.recaptcha"
|
||||
SSO = u"m.login.sso"
|
||||
TERMS = u"m.login.terms"
|
||||
DUMMY = u"m.login.dummy"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue