Skip to content
Snippets Groups Projects
Unverified Commit 61aaf36a authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Do not expose the experimental appservice login flow to clients. (#8440)

parent 2eb947e0
No related branches found
No related tags found
No related merge requests found
Do not expose the experimental `uk.half-shot.msc2778.login.application_service` flow in the login API.
......@@ -111,8 +111,6 @@ class LoginRestServlet(RestServlet):
({"type": t} for t in self.auth_handler.get_supported_login_types())
)
flows.append({"type": LoginRestServlet.APPSERVICE_TYPE})
return 200, {"flows": flows}
def on_OPTIONS(self, request: SynapseRequest):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment