fix: SSO with no identity providers
This commit is contained in:
parent
c0ee1bbdfc
commit
1e4147e31c
2 changed files with 15 additions and 8 deletions
|
|
@ -124,7 +124,7 @@ class HomeserverPickerView extends StatelessWidget {
|
|||
L10n.of(context)!.singlesignon,
|
||||
),
|
||||
onPressed: () =>
|
||||
controller.ssoLoginAction(provider.id!),
|
||||
controller.ssoLoginAction(provider.id),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue