fix: Sending ThreepidCreds in UIA
This commit is contained in:
parent
2dfaae5516
commit
0ea29a2d6b
4 changed files with 11 additions and 14 deletions
|
|
@ -56,12 +56,10 @@ extension UiaRequestManager on MatrixState {
|
|||
final auth = AuthenticationThreePidCreds(
|
||||
session: uiaRequest.session,
|
||||
type: AuthenticationTypes.emailIdentity,
|
||||
threepidCreds: [
|
||||
ThreepidCreds(
|
||||
sid: currentThreepidCreds.sid,
|
||||
clientSecret: currentClientSecret,
|
||||
),
|
||||
],
|
||||
threepidCreds: ThreepidCreds(
|
||||
sid: currentThreepidCreds.sid,
|
||||
clientSecret: currentClientSecret,
|
||||
),
|
||||
);
|
||||
if (OkCancelResult.ok ==
|
||||
await showOkCancelAlertDialog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue