Adjust IAP UI

This commit is contained in:
Hillel Coren 2023-01-13 13:39:34 +02:00
parent b7f13fac2d
commit 18bdfd34da
1 changed files with 0 additions and 1 deletions

View File

@ -655,7 +655,6 @@ class _LoginState extends State<LoginView> {
),
if (!_isSelfHosted &&
!_recoverPassword &&
!isMacOS() && // TODO remove once IAP macOS is supported
(!kIsWeb || state.authState.isHosted))
Padding(
padding: const EdgeInsets.only(top: 6, bottom: 10),