fix: SSO with no identity providers

This commit is contained in:
krille-chan 2023-11-04 19:08:11 +01:00
commit 1e4147e31c
No known key found for this signature in database
2 changed files with 15 additions and 8 deletions

View file

@ -124,7 +124,7 @@ class HomeserverPickerView extends StatelessWidget {
L10n.of(context)!.singlesignon,
),
onPressed: () =>
controller.ssoLoginAction(provider.id!),
controller.ssoLoginAction(provider.id),
),
),
],