add test business sandbox profile

This commit is contained in:
2024-11-08 15:13:25 +02:00
parent 4af36999ca
commit bd42827199

View File

@@ -128,6 +128,23 @@ class _SignInState extends State<SignIn> {
s: getSec(),
));
//if (AppEnviroment.getEnv() == "Dev") {
tileList.add(MIHTile(
onTap: () {
setState(() {
emailController.text = "test-business@mzansi-innovation-hub.co.za";
passwordController.text = "Testprofile@1234";
});
validateInput();
},
tileName: "Business",
tileIcon: Icon(
Icons.business,
color: getSec(),
size: 200,
),
p: getPrim(),
s: getSec(),
));
tileList.add(MIHTile(
onTap: () {
setState(() {