add test sandbox profile
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user