Change Password UI

This commit is contained in:
2025-09-08 17:58:15 +05:30
parent 0a6dde9ead
commit 465065db57

View File

@@ -17,13 +17,13 @@ void main() async {
]); ]);
// Check for device compromise // Check for device compromise
// final compromisedMessage = await SecurityService.deviceCompromisedMessage; final compromisedMessage = await SecurityService.deviceCompromisedMessage;
// if (compromisedMessage != null) { if (compromisedMessage != null) {
// runApp(MaterialApp( runApp(MaterialApp(
// home: SecurityErrorScreen(message: compromisedMessage), home: SecurityErrorScreen(message: compromisedMessage),
// )); ));
// return; return;
// } }
// Initialize dependencies // Initialize dependencies
await setupDependencies(); await setupDependencies();