Skip to content

Commit 2cdd4df

Browse files
committed
fix(mobile): resolve security vulnerabilities and remove sensitive logging
1 parent 46e6ea9 commit 2cdd4df

File tree

1 file changed

+1
-1
lines changed
  • apps/mobile/v1/src/lib/encryption

1 file changed

+1
-1
lines changed

apps/mobile/v1/src/lib/encryption/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import {
1010
hasMasterPassword as hasMP,
1111
isMasterPasswordUnlocked as isMPUnlocked,
1212
} from './masterPassword/status';
13+
import type { PotentiallyEncrypted } from './types';
1314

1415
// Re-export types
1516
export type { EncryptedNote, PotentiallyEncrypted, DecryptedData } from './types';
16-
import type { PotentiallyEncrypted } from './types';
1717

1818
// Create singleton instance
1919
export const encryptionService = new MobileEncryptionService();

0 commit comments

Comments
 (0)