fix: Update manual endpoints
This commit is contained in:
parent
46d9879a45
commit
e2a251b3fe
2 changed files with 3 additions and 3 deletions
|
|
@ -227,7 +227,7 @@ class LoginController extends State<Login> {
|
|||
context: context,
|
||||
future: () => Matrix.of(context).getLoginClient().request(
|
||||
RequestType.POST,
|
||||
'/client/r0/account/password',
|
||||
'/client/v3/account/password',
|
||||
data: data,
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue