fix: iOS SSO

This commit is contained in:
Christian Pauly 2021-06-18 11:21:00 +02:00
commit 5ac6ca6e9d
2 changed files with 5 additions and 4 deletions

View file

@ -199,9 +199,11 @@ class HomeserverPickerController extends State<HomeserverPicker> {
}
final redirectUrl = kIsWeb
? html.window.location.href
: AppConfig.appOpenUrlScheme.toLowerCase() + '://sso';
: AppConfig.appOpenUrlScheme.toLowerCase() + '://login';
launch(
'${Matrix.of(context).client.homeserver?.toString()}/_matrix/client/r0/login/sso/redirect/${Uri.encodeComponent(id)}?redirectUrl=${Uri.encodeQueryComponent(redirectUrl)}');
'${Matrix.of(context).client.homeserver?.toString()}/_matrix/client/r0/login/sso/redirect/${Uri.encodeComponent(id)}?redirectUrl=${Uri.encodeQueryComponent(redirectUrl)}',
forceSafariVC: false,
);
}
void signUpAction() => launch(