client-api: Rename r0::uiaa::authorize_fallback to get_uiaa_fallback_page
This commit is contained in:
parent
2d7b206fe5
commit
746e0a026d
@ -13,6 +13,7 @@ Breaking changes:
|
|||||||
* `request_contact_verification_token` was an out-of-date duplicate of
|
* `request_contact_verification_token` was an out-of-date duplicate of
|
||||||
`r0::account::request_3pid_management_token_via_email`
|
`r0::account::request_3pid_management_token_via_email`
|
||||||
* `get_contacts` has been can now be found at `r0::account::get_3pids`
|
* `get_contacts` has been can now be found at `r0::account::get_3pids`
|
||||||
|
* Move `r0::uiaa::authorize_fallback` to `r0::uiaa::get_uiaa_fallback_page`
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ use serde_json::{
|
|||||||
|
|
||||||
use crate::error::{Error as MatrixError, ErrorBody};
|
use crate::error::{Error as MatrixError, ErrorBody};
|
||||||
|
|
||||||
pub mod authorize_fallback;
|
pub mod get_uiaa_fallback_page;
|
||||||
mod user_serde;
|
mod user_serde;
|
||||||
|
|
||||||
/// Information for one authentication stage.
|
/// Information for one authentication stage.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user