Browse Source

fixup Server.js

pull/794/head
Philip H 2 years ago
committed by GitHub
parent
commit
14c9d2acb9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/lib/Server.js

1
src/lib/Server.js

@ -79,6 +79,7 @@ module.exports = class Server {
}
ctx.session.authenticated = true;
ctx.status = 204;
ctx.session.save();
debug(`New Session: ${ctx.session.id}`);

Loading…
Cancel
Save