mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 18:21:32 +10:00
fix: wip
This commit is contained in:
@ -9,7 +9,7 @@ import { authDebugger } from '../utils/debugger';
|
||||
* @param c - The Hono context.
|
||||
*/
|
||||
export const getSessionCookie = async (c: Context) => {
|
||||
const sessionId = await getSignedCookie(c, 'secret', 'sessionId');
|
||||
const sessionId = await getSignedCookie(c, 'secret', 'sessionId'); // Todo: Use secret
|
||||
|
||||
return sessionId;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user