diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-05 10:50:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 10:50:08 -0400 |
commit | a0d2d81cf90b4ec1f31282f6c7d35239478f98e0 (patch) | |
tree | fa026759f06663af55c3c7cc55d0bcc0c820a9d5 /synapse/api | |
parent | Fix type information on `assert_*_is_admin` methods (#7645) (diff) | |
download | synapse-a0d2d81cf90b4ec1f31282f6c7d35239478f98e0.tar.xz |
Update to the stable SSO prefix for UI Auth. (#7630)
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py index d323b0b9b3..5ec4a77ccd 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py @@ -61,7 +61,7 @@ class LoginType(object): MSISDN = "m.login.msisdn" RECAPTCHA = "m.login.recaptcha" TERMS = "m.login.terms" - SSO = "org.matrix.login.sso" + SSO = "m.login.sso" DUMMY = "m.login.dummy" |