os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

Malformed user session data #125

Closed andersevenrud closed 4 years ago

andersevenrud commented 4 years ago

Mr @josephjeno discovered that the following commit introduced a bug:

https://github.com/os-js/osjs-client/commit/5a82a34a1affc377fb4319c529a8448e161777c7

This is because the user object is assigned as a property, not spread.

andersevenrud commented 4 years ago

Should be fixed now.