mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-01 10:50:40 -05:00
* 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