Reword
This commit is contained in:
parent
88c459d549
commit
0529b4a9a2
1 changed files with 4 additions and 4 deletions
|
@ -365,14 +365,14 @@ Old V1 API docs: |register|_
|
|||
Fallback
|
||||
++++++++
|
||||
|
||||
Clients cannot be expected to be able to know how to process every single login
|
||||
type. If a client determines it does not know how to handle a given login type,
|
||||
it should request a login fallback page:
|
||||
If a client does not recognize all or any login flows, it can use the fallback
|
||||
login API::
|
||||
|
||||
GET /_matrix/client/api/v1/login/fallback
|
||||
|
||||
This returns an HTML and JavaScript page which can perform the entire login
|
||||
process.
|
||||
process. The page will attempt to call the JavaScript function
|
||||
``window.onLogin`` when login has been successfully completed.
|
||||
|
||||
Changing Password
|
||||
+++++++++++++++++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue