summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-02-17 17:11:24 +0000
committerGitHub <noreply@github.com>2021-02-17 17:11:24 +0000
commita8878960c0139f80bbb6f84bd0f0cb7352429c5b (patch)
tree8592f6b1867e6527cdddadf114f5472a22c540e3
parentReorganize CONTRIBUTING.md documentation. (#9281) (diff)
downloadsynapse-a8878960c0139f80bbb6f84bd0f0cb7352429c5b.tar.xz
Update workers.md
tiny typo in sso paths
-rw-r--r--docs/workers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md
index 9bda0f8c23..582ad48cd6 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -261,7 +261,7 @@ using):
     # for all SSO providers
     ^/_matrix/client/(api/v1|r0|unstable)/login/sso/redirect
     ^/_synapse/client/pick_idp$
-    ^/_synapse/client/pick_username
+    ^/_synapse/client/pick_username$
     ^/_synapse/client/new_user_consent$
     ^/_synapse/client/sso_register$