mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 06:51:46 +01:00
Fix another comment typo
This commit is contained in:
parent
bea15fb599
commit
84cf00c645
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ class AuthHandler(BaseHandler):
|
||||||
# types (mediums) of threepid. For now, we still use the existing
|
# types (mediums) of threepid. For now, we still use the existing
|
||||||
# infrastructure, but this is the start of synapse gaining knowledge
|
# infrastructure, but this is the start of synapse gaining knowledge
|
||||||
# of specific types of threepid (and fixes the fact that checking
|
# of specific types of threepid (and fixes the fact that checking
|
||||||
# for the presenc eof an email address during password reset was
|
# for the presence of an email address during password reset was
|
||||||
# case sensitive).
|
# case sensitive).
|
||||||
if medium == 'email':
|
if medium == 'email':
|
||||||
address = address.lower()
|
address = address.lower()
|
||||||
|
|
Loading…
Reference in a new issue