Remove Sandbox Profiles in prod
This commit is contained in:
parent
ad1ab3e2b2
commit
1aa077538a
1 changed files with 42 additions and 39 deletions
|
|
@ -394,7 +394,9 @@ class _MihSignInState extends State<MihSignIn> {
|
||||||
|
|
||||||
//spacer
|
//spacer
|
||||||
const SizedBox(height: 35),
|
const SizedBox(height: 35),
|
||||||
Center(
|
Visibility(
|
||||||
|
visible: AppEnviroment.getEnv() == "Dev",
|
||||||
|
child: Center(
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: width,
|
width: width,
|
||||||
//height: 100.0,
|
//height: 100.0,
|
||||||
|
|
@ -439,6 +441,7 @@ class _MihSignInState extends State<MihSignIn> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
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