Skip to content

Commit

Permalink
Add user id middleware to form pages (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian committed Jun 5, 2024
1 parent f8a8684 commit b555bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/server/lib/FlexServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ export class FlexServer implements GristServer {
welcomeNewUser
],
formMiddleware: [
this._userIdMiddleware,
forcedLoginMiddleware,
],
forceLogin: this._redirectToLoginUnconditionally,
Expand Down

0 comments on commit b555bf5

Please sign in to comment.