We encountered the problem with OAuth and welcome-mail translations.
As user/pass signup goes through, we can reach the user’s language (request_language) and save it in metadata before the welcome mail is sent.
However, for Google OAuth only the post-login action is triggered, and we are not able to update metadata before welcome mail is sent.
How can we define welcome mail language? Is there something we are missing in this flow?