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

@@ -101,6 +101,11 @@ export function createAuthModule<TAuthUser>(options: CreateAuthModuleOptions<TAu
Google({
clientId: options.googleClientId!,
clientSecret: options.googleClientSecret!,
authorization: {
params: {
prompt: "select_account"
}
},
allowDangerousEmailAccountLinking: true
})
);