Positive Pay fixed, yojna accounts created

This commit is contained in:
2026-02-26 12:52:20 +05:30
parent 30943cda62
commit bade0f112f
11 changed files with 830 additions and 31 deletions

View File

@@ -15,7 +15,7 @@ void main() async {
]);
// Check for device compromise
// final compromisedMessage = await SecurityService.deviceCompromisedMessage;
// final compromisedMessage = await SecurityService.deviceCompromisedMessage;
// if (compromisedMessage != null) {
// runApp(MaterialApp(
// home: SecurityErrorScreen(message: compromisedMessage),
@@ -24,4 +24,4 @@ void main() async {
// }
await setupDependencies();
runApp(const KMobile());
}
}