fix: Sending ThreepidCreds in UIA
This commit is contained in:
parent
2dfaae5516
commit
0ea29a2d6b
4 changed files with 11 additions and 14 deletions
|
|
@ -218,12 +218,10 @@ class LoginController extends State<Login> {
|
|||
password.single,
|
||||
auth: AuthenticationThreePidCreds(
|
||||
type: AuthenticationTypes.emailIdentity,
|
||||
threepidCreds: [
|
||||
ThreepidCreds(
|
||||
sid: response.result.sid,
|
||||
clientSecret: clientSecret,
|
||||
),
|
||||
],
|
||||
threepidCreds: ThreepidCreds(
|
||||
sid: response.result.sid,
|
||||
clientSecret: clientSecret,
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue