Compare commits

...
Author SHA1 Message Date
yqrashawn 2800719bfc 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>
2024-01-11 15:54:48 +08:00
+1 -1
View File
@@ -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)