Add user id middleware to form pages (#1020)

pull/1026/head
George Gevoian 4 months ago committed by GitHub
parent f8a8684fe8
commit b555bf5d8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save