diff options
author | Shay <hillerys@element.io> | 2022-04-13 10:04:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 10:04:01 -0700 |
commit | 8e2759f2d86d68fa621ba51ae73171e25fe9510d (patch) | |
tree | 25c0789573598c89c9c7c58e78892bd24eeaffa3 /synapse | |
parent | docs: Don't render the table of contents on the print page (#12340) (diff) | |
download | synapse-8e2759f2d86d68fa621ba51ae73171e25fe9510d.tar.xz |
Limit `device_id` size to 512B (#12454)
*
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/rest/client/login.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/synapse/rest/client/login.py b/synapse/rest/client/login.py |