mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) updates from grist-core
This commit is contained in:
@@ -118,7 +118,7 @@ const _webSocketsProbe: Probe = {
|
||||
url,
|
||||
};
|
||||
ws.on('open', () => {
|
||||
ws.send('Just nod if you can hear me.');
|
||||
ws.send('{"msg": "Just nod if you can hear me."}');
|
||||
resolve({
|
||||
status: 'success',
|
||||
details,
|
||||
|
||||
@@ -1123,6 +1123,7 @@ export class FlexServer implements GristServer {
|
||||
welcomeNewUser
|
||||
],
|
||||
formMiddleware: [
|
||||
this._userIdMiddleware,
|
||||
forcedLoginMiddleware,
|
||||
],
|
||||
forceLogin: this._redirectToLoginUnconditionally,
|
||||
|
||||
Reference in New Issue
Block a user