diff --git a/src/react-components/ory/helpers/node.tsx b/src/react-components/ory/helpers/node.tsx index c46d2db1d..57a65b786 100644 --- a/src/react-components/ory/helpers/node.tsx +++ b/src/react-components/ory/helpers/node.tsx @@ -269,7 +269,9 @@ export const Node = ({ const nodeType = attrs.type const isSocial = - (attrs.name === "provider" || attrs.name === "link") && + (attrs.name === "provider" || + attrs.name === "link" || + attrs.name === "unlink") && node.group === "oidc" const submit: ButtonSubmit = {