Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorklauritzen committed Nov 7, 2024
1 parent 1d21223 commit 839cc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/admin/omegaid/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export default function OmegaIdContainer({
}) {
return <OmegaIdReader
publicKey={publicKey}
successCallback={async (user) => ({
successCallback={async (userId) => ({
success: true,
text: `${user.firstname} ${user.lastname}`,
text: `userID: ${userId}`,
})}
/>
}

0 comments on commit 839cc40

Please sign in to comment.