mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Include altSessionId in logs
Summary: Adds altSessionId to log output. Test Plan: Tested manually. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3355
This commit is contained in:
@@ -581,6 +581,7 @@ export class FlexServer implements GristServer {
|
||||
org: mreq.org,
|
||||
email: mreq.user && mreq.user.loginEmail,
|
||||
userId: mreq.userId,
|
||||
altSessionId: mreq.altSessionId,
|
||||
});
|
||||
return resp.status(200).send();
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user