client-api: Rename r0::uiaa::authorize_fallback to get_uiaa_fallback_page

This commit is contained in:
Kévin Commaille 2021-11-13 23:39:32 +01:00
parent 2d7b206fe5
commit 746e0a026d
No known key found for this signature in database
GPG Key ID: DD507DAE96E8245C
3 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ Breaking changes:
* `request_contact_verification_token` was an out-of-date duplicate of
`r0::account::request_3pid_management_token_via_email`
* `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:

View File

@ -22,7 +22,7 @@ use serde_json::{
use crate::error::{Error as MatrixError, ErrorBody};
pub mod authorize_fallback;
pub mod get_uiaa_fallback_page;
mod user_serde;
/// Information for one authentication stage.