Review comments.

Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Patrick Cloke 2020-07-29 07:10:14 -04:00 committed by GitHub
parent 9a40d7bf47
commit e261faf70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
Document `MSC2604: Parameters for Login Fallback <https://github.com/matrix-org/matrix-doc/pull/2604>`_. Add a ``device_id`` parameter to login fallback per `MSC2604 <https://github.com/matrix-org/matrix-doc/pull/2604>`_.

View file

@ -1096,8 +1096,8 @@ This returns an HTML and JavaScript page which can perform the entire login
process. The page will attempt to call the JavaScript function process. The page will attempt to call the JavaScript function
``window.onLogin`` when login has been successfully completed. ``window.onLogin`` when login has been successfully completed.
Non-credential related parameters of the login endpoint can be provided as query Non-credential parameters valid for the ``/login`` endpoint can be provided as query
parameters, for example the ``device_id`` or ``initial_device_display_name``. string parameters here. For example::
These are to be forwarded to the login endpoint during the login process. These are to be forwarded to the login endpoint during the login process.
GET /_matrix/static/client/login/?device_id=GHTYAJCE GET /_matrix/static/client/login/?device_id=GHTYAJCE