diff --git a/lib/ui/auth/login_view.dart b/lib/ui/auth/login_view.dart index 0f160579c..0c390693d 100644 --- a/lib/ui/auth/login_view.dart +++ b/lib/ui/auth/login_view.dart @@ -626,7 +626,7 @@ class _LoginState extends State { ), if (!_isSelfHosted && !_recoverPassword && - (!isApple() || supportsInAppPurchase()) && + !isMacOS() && // TODO remove once IAP macOS is supported (!kIsWeb || state.authState.isHosted)) Padding( padding: const EdgeInsets.only(top: 6, bottom: 10),