Open jdegand opened 1 month ago
In app/success/page.tsx, there is const jsonString = JSON.stringify(session, null, 2);, but it isn't used in the template. Remove?
app/success/page.tsx
const jsonString = JSON.stringify(session, null, 2);
In
app/success/page.tsx
, there isconst jsonString = JSON.stringify(session, null, 2);
, but it isn't used in the template. Remove?