Skip to content

Commit

Permalink
Undo accidental changes to register servlet
Browse files Browse the repository at this point in the history
  • Loading branch information
Azrenbeth authored and Azrenbeth committed Sep 16, 2021
1 parent 815db5c commit 44fb10a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sydent/http/servlets/registerservlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ async def render_POST(self, request: Request) -> JsonDict:
"""
Register with the Identity Server
"""

send_cors(request)

args = get_args(request, ("matrix_server_name", "access_token"))
logger.info(args)

matrix_server = args["matrix_server_name"].lower()

Expand Down

0 comments on commit 44fb10a

Please sign in to comment.