fix: add back buttons

This commit is contained in:
cogwheel
2025-08-11 15:49:53 +05:30
parent 758615813f
commit f42b9f3f7f
10 changed files with 340 additions and 1 deletions

View File

@@ -35,7 +35,6 @@ class SecureCredentialStorage {
/// Get iOS-specific secure storage options
IOSOptions _getIOSOptions() {
return const IOSOptions(
groupId: 'group.conduit.app',
accountName: 'conduit_secure_storage',
synchronizable: false,
);