s/nonce/txn_id/

pull/977/head
Erik Johnston 9 years ago
parent 4c9f524cab
commit 97154cc6b2

@ -242,7 +242,7 @@ To respond to this type, reply with an auth dict as follows::
"type": "m.login.token",
"user": "<user_id or user localpart>",
"token": "<token>",
"nonce": "<client generated nonce>"
"txn_id": "<client generated nonce>"
}
The ``nonce`` should be a random string generated by the client for the

Loading…
Cancel
Save