File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
changelogs/client_server/newsfragments Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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>`_.
Original file line number Diff line number Diff line change @@ -1096,8 +1096,8 @@ This returns an HTML and JavaScript page which can perform the entire login
10961096process. 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::
11011101These are to be forwarded to the login endpoint during the login process.
11021102
11031103 GET /_matrix/static/client/login/?device_id=GHTYAJCE
You can’t perform that action at this time.
0 commit comments