Skip to content

Commit 6c641f0

Browse files
Merge pull request #21 from ARYPROGRAMMER/preview-deployment
Preview deployment
2 parents 187fbeb + 71431c9 commit 6c641f0

31 files changed

+3068
-465
lines changed

convex/auth.config.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
export default {
1+
const val = {
22
providers: [
33
{
44
domain: "https://enjoyed-mako-8.clerk.accounts.dev",
55
applicationID: "convex",
66
},
77
],
88
};
9+
10+
11+
export default val;

convex/http.ts

+2-8
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,8 @@ http.route({
3030
});
3131

3232
if (success) {
33-
34-
35-
36-
37-
38-
39-
40-
33+
//redirect to success page
34+
console.log("Upgrade to Pro successful");
4135
}
4236
}
4337

0 commit comments

Comments
 (0)