Skip to content

Commit

Permalink
fix: add detailed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
iGroza committed Apr 23, 2024
1 parent 9fb4faa commit 311fd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/secure-pin-utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {ProviderHotReactNative} from '@haqq/provider-hot-react-native';
import {ProviderMnemonicReactNative} from '@haqq/provider-mnemonic-react-native';
import {ProviderSSSReactNative} from '@haqq/provider-sss-react-native';
import {ProviderMnemonicReactNative} from '@haqq/provider-mnemonic-react-native/src';
import {ProviderSSSReactNative} from '@haqq/provider-sss-react-native/src';
import {decryptPassworder, encryptPassworder} from '@haqq/shared-react-native';
import EncryptedStorage from 'react-native-encrypted-storage';

Expand Down

0 comments on commit 311fd2f

Please sign in to comment.