chore: Use correct endpoint for auth

This commit is contained in:
Christian Kußowski 2025-11-09 13:44:56 +01:00
parent 20dc024922
commit 1d53b180b6
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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,
},