Skip to content

Commit

Permalink
why is my secret not comming through???
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kruining committed Nov 18, 2024
1 parent 543f403 commit 7120a76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/colorschemepicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ interface ColorSchemePickerProps {
const getSession = async () => {
'use server';

console.log(process.env.SESSION_SECRET);

return useSession<{ colorScheme: ColorSchemeKey }>({
password: process.env.SESSION_SECRET!,
});
Expand Down

0 comments on commit 7120a76

Please sign in to comment.