Skip to content

Commit

Permalink
Merge pull request #2 from zitadel/example
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
peintnermax authored Feb 1, 2024
2 parents a18ecf5 + 0df308c commit c141feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ To run the example, navigate to the `/lib` folder and run `yarn build`.

```bash
cd /lib
yarn install
yarn build
```

Expand Down
2 changes: 1 addition & 1 deletion src/components/Callback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Callback = ({
Roles:{" "}
{JSON.stringify(
userInfo.profile[
"urn:zitadel:iam:org:project:251288942656156695:roles"
"urn:zitadel:iam:org:project:roles"
]
)}
</p>
Expand Down

0 comments on commit c141feb

Please sign in to comment.