mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
fix(stripe): improve subscription cancellation handling and add callback endpoint
This commit is contained in:
@@ -26,7 +26,7 @@ export const client = createAuthClient({
|
||||
oneTapClient({
|
||||
clientId: process.env.NEXT_PUBLIC_GOOGLE_CLIENT_ID!,
|
||||
promptOptions: {
|
||||
maxAttempts: 2,
|
||||
maxAttempts: 1,
|
||||
},
|
||||
}),
|
||||
oidcClient(),
|
||||
|
||||
Reference in New Issue
Block a user