chore: make sso button order consistent

This commit is contained in:
ggurdin 2026-01-20 13:35:57 -05:00
parent 2c7b28bca4
commit 0c9767307f
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

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',