mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-22 17:14:58 -05:00
Typos
This commit is contained in:
parent
2e27339add
commit
82c5e7de25
@ -262,7 +262,7 @@ class RegisterRestServlet(RestServlet):
|
|||||||
"Already registered user ID %r for this session",
|
"Already registered user ID %r for this session",
|
||||||
registered_user_id
|
registered_user_id
|
||||||
)
|
)
|
||||||
# don't re-register the email address
|
# don't re-register the threepids
|
||||||
add_email = False
|
add_email = False
|
||||||
add_msisdn = False
|
add_msisdn = False
|
||||||
else:
|
else:
|
||||||
@ -420,7 +420,7 @@ class RegisterRestServlet(RestServlet):
|
|||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def _register_msisdn_threepid(self, user_id, threepid, token, bind_msisdn):
|
def _register_msisdn_threepid(self, user_id, threepid, token, bind_msisdn):
|
||||||
"""Add aphone number as a 3pid identifier
|
"""Add a phone number as a 3pid identifier
|
||||||
|
|
||||||
Also optionally binds msisdn to the given user_id on the identity server
|
Also optionally binds msisdn to the given user_id on the identity server
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user