Skip to content

Commit

Permalink
fix: discord verifyEndpoint link
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Sep 29, 2023
1 parent 0199f07 commit 3dd484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/quests/task.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Task: FunctionComponent<Task> = ({
setIsLoading(true);

if (verifyEndpointType.startsWith("oauth")) {
window.open(`${process.env.NEXT_PUBLIC_API_LINK}/${verifyEndpoint}`);
window.open(verifyEndpoint);
setIsLoading(false);
} else {
try {
Expand Down

0 comments on commit 3dd484e

Please sign in to comment.