mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-11 04:49:27 -05:00
Expose /login under r0
The spec says /login should be available at r0 and 'unstable', so make it so.
This commit is contained in:
parent
c6e79c84de
commit
32d9fd0b26
@ -35,7 +35,7 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class LoginRestServlet(ClientV1RestServlet):
|
class LoginRestServlet(ClientV1RestServlet):
|
||||||
PATTERNS = client_path_patterns("/login$", releases=(), include_in_unstable=False)
|
PATTERNS = client_path_patterns("/login$")
|
||||||
PASS_TYPE = "m.login.password"
|
PASS_TYPE = "m.login.password"
|
||||||
SAML2_TYPE = "m.login.saml2"
|
SAML2_TYPE = "m.login.saml2"
|
||||||
CAS_TYPE = "m.login.cas"
|
CAS_TYPE = "m.login.cas"
|
||||||
|
Loading…
Reference in New Issue
Block a user