fix: min pwd length for ::multiaccounts.db/password
https://github.com/status-im/status-go/compare/debfe1ca...debfe1ca it's used in status-im.common.standard-authentication.enter-password to decide if confirm button should be disabled fix #18393 Signed-off-by: yqrashawn <namy.19@gmail.com>
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
(def ^:const profile-pictures-visibility-everyone 2)
|
||||
(def ^:const profile-pictures-visibility-none 3)
|
||||
|
||||
(def ^:const min-password-length 6)
|
||||
(def ^:const min-password-length 10)
|
||||
(def ^:const max-group-chat-participants 20)
|
||||
(def ^:const default-number-of-messages 20)
|
||||
(def ^:const default-number-of-pin-messages 3)
|
||||
|
||||
Reference in New Issue
Block a user