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
|
||||
const SizedBox(height: 35),
|
||||
Center(
|
||||
Visibility(
|
||||
visible: AppEnviroment.getEnv() == "Dev",
|
||||
child: Center(
|
||||
child: SizedBox(
|
||||
width: width,
|
||||
//height: 100.0,
|
||||
|
|
@ -439,6 +441,7 @@ class _MihSignInState extends State<MihSignIn> {
|
|||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
Center(
|
||||
child: Visibility(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue