Remove Sandbox Profiles in prod

This commit is contained in:
2025-07-17 12:06:12 +02:00
parent ad1ab3e2b2
commit 1aa077538a

View File

@@ -394,7 +394,9 @@ class _MihSignInState extends State<MihSignIn> {
//spacer //spacer
const SizedBox(height: 35), const SizedBox(height: 35),
Center( Visibility(
visible: AppEnviroment.getEnv() == "Dev",
child: Center(
child: SizedBox( child: SizedBox(
width: width, width: width,
//height: 100.0, //height: 100.0,
@@ -439,6 +441,7 @@ class _MihSignInState extends State<MihSignIn> {
), ),
), ),
), ),
),
const SizedBox(height: 10), const SizedBox(height: 10),
Center( Center(
child: Visibility( child: Visibility(