add test sandbox profile
This commit is contained in:
@@ -121,25 +121,25 @@ 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(() {
|
||||||
emailController.text = "test@mzansi-innovation-hub.co.za";
|
emailController.text = "test@mzansi-innovation-hub.co.za";
|
||||||
passwordController.text = "Testprofile@1234";
|
passwordController.text = "Testprofile@1234";
|
||||||
});
|
});
|
||||||
validateInput();
|
validateInput();
|
||||||
},
|
},
|
||||||
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