lets debug once more...
This commit is contained in:
parent
accd865f6b
commit
9d064b4c1c
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ interface ColorSchemePickerProps {
|
|||
const getSession = async () => {
|
||||
'use server';
|
||||
|
||||
console.log('what? why? how???', process.env.SESSION_SECRET);
|
||||
|
||||
return useSession<{ colorScheme: ColorSchemeKey }>({
|
||||
password: process.env.SESSION_SECRET!,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue