Fix another comment typo
This commit is contained in:
parent
bea15fb599
commit
84cf00c645
|
@ -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 New Issue