fix: add mail

This commit is contained in:
Christian Pauly 2021-02-27 10:02:14 +01:00
parent 887f3b1ef4
commit 53fc634bef
1 changed files with 1 additions and 1 deletions

View File

@ -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,
),
),