erp5_oauth2_authorisation: remove unnecessary access to session
`createSession` method from the OAuth2 Authorisation Server Connector needs to access client value. Fetching this value from the session is not needed since it is already stored in a local variable.
Showing
Please register or sign in to comment