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(
|
future: () => Matrix.of(context).client.uiaRequestBackground(
|
||||||
(auth) => Matrix.of(context).client.addThirdPartyIdentifier(
|
(auth) => Matrix.of(context).client.addThirdPartyIdentifier(
|
||||||
clientSecret,
|
clientSecret,
|
||||||
(response as RequestTokenResponse).sid,
|
response.result.sid,
|
||||||
auth: auth,
|
auth: auth,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue