Merge pull request #5287 from pangeachat/5283-inconsistent-sso-order

chore: make sso button order consistent
This commit is contained in:
ggurdin 2026-01-20 13:37:38 -05:00 committed by GitHub
commit 3acede9ed5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,8 +46,8 @@ class SignupPageView extends StatelessWidget {
fontWeight: FontWeight.bold,
),
),
const PangeaSsoButton(provider: SSOProvider.google),
const PangeaSsoButton(provider: SSOProvider.apple),
const PangeaSsoButton(provider: SSOProvider.google),
ElevatedButton(
onPressed: () => context.go(
'/home/language/signup/email',