idk anymore. yolo
This commit is contained in:
parent
12492849df
commit
ee8006f834
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ export interface State {
|
||||||
const getSession = async () => {
|
const getSession = async () => {
|
||||||
'use server';
|
'use server';
|
||||||
|
|
||||||
|
console.log(process.env.SESSION_SECRET);
|
||||||
|
|
||||||
return useSession<State>({
|
return useSession<State>({
|
||||||
password: process.env.SESSION_SECRET!,
|
password: process.env.SESSION_SECRET!,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue