Correct typo in comment

This commit is contained in:
Andrew Morgan
2026-01-23 13:52:19 +00:00
parent 2a9c384213
commit f88a280b8b
@@ -63,8 +63,9 @@ class GuestRegistrationServlet(DirectServeJsonResource):
displayname = displayname.strip()
# make sure the regex is unique
# Attempt up to 10 times to generate a localpart
for _ in range(10):
# generate a random string as a suffix
random_string = "".join(
secrets.choice(string.ascii_lowercase + string.digits)
for _ in range(32)