chore: Implement pick SSO provider from dialog and add tchncs.de
This commit is contained in:
parent
210ebdae6e
commit
a7c89418eb
3 changed files with 45 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ Future<void> connectToHomeserverFlow(
|
|||
if (authMetadata != null && AppSettings.enableMatrixNativeOIDC.value) {
|
||||
await oidcLoginFlow(client, context, signUp);
|
||||
} else if (supportsSso) {
|
||||
await ssoLoginFlow(client, context, signUp);
|
||||
await ssoLoginFlow(client, context, signUp, loginFlows);
|
||||
} else {
|
||||
if (signUp && regLink != null) {
|
||||
await launchUrlString(regLink);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue