completionId: cgen-23dae62dfe874128a6a29c6ae089213c
cgen-23dae62dfe874128a6a29c6ae089213c
This commit is contained in:
parent
fa2cee3a91
commit
bdd221f1a6
1 changed files with 11 additions and 3 deletions
|
|
@ -574,9 +574,17 @@ export default function Dashboard() {
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<OAuthConnections
|
<OAuthConnections
|
||||||
linkedProviders={linkedProviders}
|
providers={OAUTH_PROVIDERS}
|
||||||
linkProvider={linkProvider}
|
linkedProviderMap={
|
||||||
unlinkProvider={unlinkProvider}
|
linkedProviders
|
||||||
|
? Object.fromEntries(
|
||||||
|
linkedProviders.map((p) => [p.provider, p])
|
||||||
|
)
|
||||||
|
: {}
|
||||||
|
}
|
||||||
|
connectionAction={null}
|
||||||
|
onLink={linkProvider}
|
||||||
|
onUnlink={unlinkProvider}
|
||||||
/>
|
/>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue