idk anymore. yolo

This commit is contained in:
Chris Kruining 2025-03-05 16:34:17 +01:00
parent 12492849df
commit ee8006f834
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -18,6 +18,8 @@ export interface State {
const getSession = async () => {
'use server';
console.log(process.env.SESSION_SECRET);
return useSession<State>({
password: process.env.SESSION_SECRET!,
});