Skip to content

Commit e261faf

Browse files
clokepturt2live
andauthored
Review comments.
Co-authored-by: Travis Ralston <[email protected]>
1 parent 9a40d7b commit e261faf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Document `MSC2604: Parameters for Login Fallback <https://github.com/matrix-org/matrix-doc/pull/2604>`_.
1+
Add a ``device_id`` parameter to login fallback per `MSC2604 <https://github.com/matrix-org/matrix-doc/pull/2604>`_.

specification/client_server_api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,8 +1096,8 @@ This returns an HTML and JavaScript page which can perform the entire login
10961096
process. The page will attempt to call the JavaScript function
10971097
``window.onLogin`` when login has been successfully completed.
10981098

1099-
Non-credential related parameters of the login endpoint can be provided as query
1100-
parameters, for example the ``device_id`` or ``initial_device_display_name``.
1099+
Non-credential parameters valid for the ``/login`` endpoint can be provided as query
1100+
string parameters here. For example::
11011101
These are to be forwarded to the login endpoint during the login process.
11021102

11031103
GET /_matrix/static/client/login/?device_id=GHTYAJCE

0 commit comments

Comments
 (0)