Skip to content

Commit 57971a0

Browse files
sidmorizonoriginalix
authored andcommitted
fix(lint): remove unused platformEnv import in prime consts (#10941)
1 parent c7b4d03 commit 57971a0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/shared/src/consts/primeConsts.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import platformEnv from '../platformEnv';
2-
31
import { EOneKeyDeepLinkPath, ONEKEY_APP_DEEP_LINK } from './deeplinkConsts';
42

53
// Don't report bugs, these are public keys that are allowed to be exposed in frontend code and will not cause security issues
@@ -43,8 +41,7 @@ export const RESET_CLOUD_SYNC_MASTER_PASSWORD_UUID =
4341
'180B50C8-E4EC-40E9-9CF3-7DD71F2882F7';
4442

4543
// export const ALWAYS_VERIFY_PASSCODE_WHEN_CHANGE_SET_MASTER_PASSWORD = true;
46-
export const ALWAYS_VERIFY_PASSCODE_WHEN_CHANGE_SET_MASTER_PASSWORD =
47-
!platformEnv.isDev;
44+
export const ALWAYS_VERIFY_PASSCODE_WHEN_CHANGE_SET_MASTER_PASSWORD = false;
4845

4946
export const ENCRYPTED_SECURITY_PASSWORD_SPLITTER = '@';
5047
// local security password r1

0 commit comments

Comments
 (0)