Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

fix dashboard cookie

Changed files
+1 -1
src
routes
+1 -1
src/routes/admin.ts
··· 37 37 password: t.String() 38 38 }), 39 39 cookie: t.Cookie({ 40 - admin_session: t.String() 40 + admin_session: t.Optional(t.String()) 41 41 }, { 42 42 secrets: cookieSecret, 43 43 sign: ['admin_session']