Adjust IAP UI
This commit is contained in:
parent
b7f13fac2d
commit
18bdfd34da
|
|
@ -655,7 +655,6 @@ class _LoginState extends State<LoginView> {
|
||||||
),
|
),
|
||||||
if (!_isSelfHosted &&
|
if (!_isSelfHosted &&
|
||||||
!_recoverPassword &&
|
!_recoverPassword &&
|
||||||
!isMacOS() && // TODO remove once IAP macOS is supported
|
|
||||||
(!kIsWeb || state.authState.isHosted))
|
(!kIsWeb || state.authState.isHosted))
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(top: 6, bottom: 10),
|
padding: const EdgeInsets.only(top: 6, bottom: 10),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue