chore: make sso button order consistent
This commit is contained in:
parent
2c7b28bca4
commit
0c9767307f
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue