fix(oauth): authorised client error on fresh sessions
During the callback phase of oauth, we check to see if a user account
exists in the pds and if not, create one. This requires an authorised
client. This fixes an issue where the client authorised client wasn't
grabbed successfully out of the session.
Signed-off-by: brookjeynes <me@brookjeynes.dev>