Skip to content

Commit

Permalink
fix: add http to successUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
xn1cklas committed Sep 8, 2024
1 parent b967d3a commit b0d5d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const productConfig = {
successUrl: "localhost:3000",
successUrl: "http://localhost:3000",
};

0 comments on commit b0d5d3f

Please sign in to comment.