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