Skip to content

Commit

Permalink
fix: oidc button
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed Sep 22, 2023
1 parent 9b64e29 commit caab158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-components/ory/helpers/node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const Node = ({
const nodeType = attrs.type

const isSocial =
(attrs.name === "provider" ?? attrs.name === "link") &&
(attrs.name === "provider" || attrs.name === "link") &&
node.group === "oidc"

const submit: ButtonSubmit = {
Expand Down

0 comments on commit caab158

Please sign in to comment.