add sandbox accounts back

This commit is contained in:
2025-06-06 14:13:22 +02:00
parent 297a5cba09
commit cb70968118

View File

@@ -549,9 +549,7 @@ class _SignInState extends State<SignIn> {
//spacer //spacer
const SizedBox(height: 35), const SizedBox(height: 35),
Visibility( Center(
visible: AppEnviroment.getEnv() == "Dev",
child: Center(
child: SizedBox( child: SizedBox(
width: width, width: width,
//height: 100.0, //height: 100.0,
@@ -597,7 +595,6 @@ class _SignInState extends State<SignIn> {
), ),
), ),
), ),
),
const SizedBox(height: 10), const SizedBox(height: 10),
Center( Center(
child: Visibility( child: Visibility(