Skip to content

Commit

Permalink
fix access
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Aug 9, 2024
1 parent aa3b0c0 commit a122b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/interact/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Interact({ challenge }: { challenge: string }) {
if (objectPath.has(isInstance, 'success.client.display.name')) {
setClient(isInstance.success.client.display.name);
}
if (objectPath.has(isInstance, 'access_token.access')) {
if (objectPath.has(isInstance, 'success.access_token.access')) {
setLocations(isInstance.success.access_token.access)
}
}
Expand Down

0 comments on commit a122b95

Please sign in to comment.