mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Fix callback function for fallback login
Fixes: #640 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
7d94efe136
commit
b2ca1bc3c9
|
|
@ -1401,7 +1401,7 @@ fallback login API:
|
||||||
|
|
||||||
This returns an HTML and JavaScript page which can perform the entire
|
This returns an HTML and JavaScript page which can perform the entire
|
||||||
login process. The page will attempt to call the JavaScript function
|
login process. The page will attempt to call the JavaScript function
|
||||||
`window.onLogin` when login has been successfully completed.
|
`window.matrixLogin.onLogin` when login has been successfully completed.
|
||||||
|
|
||||||
{{% added-in v="1.1" %}} Non-credential parameters valid for the `/login`
|
{{% added-in v="1.1" %}} Non-credential parameters valid for the `/login`
|
||||||
endpoint can be provided as query string parameters here. These are to be
|
endpoint can be provided as query string parameters here. These are to be
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue