mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Add user id middleware to form pages (#1020)
This commit is contained in:
@@ -1123,6 +1123,7 @@ export class FlexServer implements GristServer {
|
||||
welcomeNewUser
|
||||
],
|
||||
formMiddleware: [
|
||||
this._userIdMiddleware,
|
||||
forcedLoginMiddleware,
|
||||
],
|
||||
forceLogin: this._redirectToLoginUnconditionally,
|
||||
|
||||
Reference in New Issue
Block a user