Add user id middleware to form pages (#1020)

This commit is contained in:
George Gevoian
2024-06-05 09:18:02 -07:00
committed by GitHub
parent f8a8684fe8
commit b555bf5d8d

View File

@@ -1123,6 +1123,7 @@ export class FlexServer implements GristServer {
welcomeNewUser
],
formMiddleware: [
this._userIdMiddleware,
forcedLoginMiddleware,
],
forceLogin: this._redirectToLoginUnconditionally,