Ajoute tsup et force la sélection du compte Google
This commit is contained in:
@@ -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
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user