Hi! I'm still configuring my app's auth and one problem I faced was that if an user was signed in with Google, then later sigining in with Github would overwrite their username and image. I found the "Controlling user creation and account linking behavior" and now just return the user when the email or user already exists, but how do I trigger the default oauth user creation? the args.profile doesnt have fields like name or image that earlier came automatically