Files
better-auth/packages
MaxwellandGitHub 8e7eef04ae fix(oauth): Google prompt doesn't allow + (#3303)
* fix(oauth): Google prompt doesn't allow `+`

In order to get `consent` and `select_account`, we need to pass it like "select_account consent". However BA's type definitions only allow for "select_account+consent" - likely because it's the standard?

Anyway this PR will take that `select_account+consent` defined by the user and convert it to the spaced version (`select_account consent`)

* chore: lint

* chore: cleanup
2025-07-08 08:33:21 -07:00
..
2025-06-27 23:37:40 -07:00