diff --git a/auth/lib/onboarding/view/setup_enter_secret_key_page.dart b/auth/lib/onboarding/view/setup_enter_secret_key_page.dart index a04e3e5be4..38fa6f5a54 100644 --- a/auth/lib/onboarding/view/setup_enter_secret_key_page.dart +++ b/auth/lib/onboarding/view/setup_enter_secret_key_page.dart @@ -293,10 +293,6 @@ class _SetupEnterSecretKeyPageState extends State { ], ), const SizedBox(height: 12), - widget.code == null - ? advanceOptionWidget() - : const SizedBox.shrink(), - const SizedBox(height: 12), Wrap( spacing: 12, alignment: WrapAlignment.start, @@ -343,6 +339,10 @@ class _SetupEnterSecretKeyPageState extends State { ), ], ), + const SizedBox(height: 12), + widget.code == null + ? advanceOptionWidget() + : const SizedBox.shrink(), const SizedBox(height: 40), SizedBox( width: 400,