If anyone is facing this problem, you can try this solution
In the connect method of Auth controller, you can add the following
grantConfig[provider].custom_params = {
prompt: "select_account",
login_hint: "<Any email>"
};
link to grant documentation grant - npm