chore: Use correct endpoint for auth
This commit is contained in:
parent
20dc024922
commit
1d53b180b6
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ extension UiaRequestManager on MatrixState {
|
||||||
.tryGetMap<String, Object?>(stage)
|
.tryGetMap<String, Object?>(stage)
|
||||||
?.tryGet<String>('url');
|
?.tryGet<String>('url');
|
||||||
final fallbackUrl = client.homeserver!.replace(
|
final fallbackUrl = client.homeserver!.replace(
|
||||||
path: '/_matrix/client/r0/auth/$stage/fallback/web',
|
path: '/_matrix/client/v3/auth/$stage/fallback/web',
|
||||||
queryParameters: {
|
queryParameters: {
|
||||||
'session': uiaRequest.session,
|
'session': uiaRequest.session,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue