add test sandbox profile

This commit is contained in:
2024-09-10 16:21:49 +02:00
parent 1ee31b46fe
commit 29affc7786

View File

@@ -121,7 +121,7 @@ class _SignInState extends State<SignIn> {
p: getPrim(), p: getPrim(),
s: getSec(), s: getSec(),
)); ));
if (AppEnviroment.getEnv() == "Dev") { //if (AppEnviroment.getEnv() == "Dev") {
tileList.add(HomeTile( tileList.add(HomeTile(
onTap: () { onTap: () {
setState(() { setState(() {
@@ -132,14 +132,14 @@ class _SignInState extends State<SignIn> {
}, },
tileName: "Test", tileName: "Test",
tileIcon: Icon( tileIcon: Icon(
Icons.warning, Icons.warning_amber_rounded,
color: getSec(), color: getSec(),
size: 200, size: 200,
), ),
p: getPrim(), p: getPrim(),
s: getSec(), s: getSec(),
)); ));
} //}
} }
void loginError() { void loginError() {