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