Fix callback function for fallback login (#1899)

pull/1905/head
Johannes Marbach 5 months ago committed by GitHub
parent 7d94efe136
commit e53e6ea876
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1 @@
Clarify that the fallback login page calls `window.matrixLogin.onLogin` instead of `window.onLogin`.

@ -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…
Cancel
Save