mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Removed session output.
This commit is contained in:
parent
c39f5f4195
commit
3a20680fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ export default async (req: NextApiRequestCollect, res: NextApiResponse) => {
|
|||
|
||||
const cache = createToken(session, secret());
|
||||
|
||||
return ok(res, { ...session, cache });
|
||||
return ok(res, { cache });
|
||||
}
|
||||
|
||||
return methodNotAllowed(res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue