add sandbox accounts back
This commit is contained in:
parent
297a5cba09
commit
cb70968118
1 changed files with 39 additions and 42 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue