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