Remove Sandbox Profiles in prod
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user