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