mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
fix: add mail
This commit is contained in:
parent
887f3b1ef4
commit
53fc634bef
@ -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…
Reference in New Issue
Block a user