add sandbox accounts back
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user