Skip to content

Login fix

Marcus Oskarsson requested to merge gh-f4ef3f59/735/mxcube/login-fix into master

Created by: marcus-oscarsson

Hi,

Fixes to login introduced by select proposal PR, two main issues,

  • We cant categorically add mx like it was done in select_proposal.
  • The session ID is accessed directly on the session and not through session.session (which normally should not exist, do you have this structure or was it a mistake ?)

Marcus

Merge request reports