fix: Multiple problems with SSO
This commit is contained in:
parent
ed30991e56
commit
94013fb2c6
3 changed files with 9 additions and 4 deletions
|
|
@ -166,8 +166,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
|||
isLoading = true;
|
||||
});
|
||||
try {
|
||||
final client = await Matrix.of(context).getLoginClient();
|
||||
client.login(
|
||||
await client.login(
|
||||
LoginType.mLoginToken,
|
||||
token: token,
|
||||
initialDeviceDisplayName: PlatformInfos.clientName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue