Login fix
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