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)
|
||||
?.tryGet<String>('url');
|
||||
final fallbackUrl = client.homeserver!.replace(
|
||||
path: '/_matrix/client/r0/auth/$stage/fallback/web',
|
||||
path: '/_matrix/client/v3/auth/$stage/fallback/web',
|
||||
queryParameters: {
|
||||
'session': uiaRequest.session,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue