fix: add mail
This commit is contained in:
parent
6739e348b8
commit
ee7f915e72
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class _Settings3PidState extends State<Settings3Pid> {
|
|||
future: () => Matrix.of(context).client.uiaRequestBackground(
|
||||
(auth) => Matrix.of(context).client.addThirdPartyIdentifier(
|
||||
clientSecret,
|
||||
(response as RequestTokenResponse).sid,
|
||||
response.result.sid,
|
||||
auth: auth,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue