Ajoute tsup et force la sélection du compte Google

This commit is contained in:
2026-04-15 02:26:04 +02:00
parent 5ada30858a
commit 08b9bb8095
6 changed files with 4570 additions and 2 deletions

View File

@@ -60,6 +60,11 @@ function createAuthModule(options) {
Google({
clientId: options.googleClientId,
clientSecret: options.googleClientSecret,
authorization: {
params: {
prompt: "select_account"
}
},
allowDangerousEmailAccountLinking: true
})
);