diff --git a/src/quo/components/wallet/token_input/schema.cljs b/src/quo/components/wallet/token_input/schema.cljs index 117ff863bc..4f8fb8aac7 100644 --- a/src/quo/components/wallet/token_input/schema.cljs +++ b/src/quo/components/wallet/token_input/schema.cljs @@ -5,8 +5,8 @@ [:catn [:props [:map - [:token {:optional true} [:maybe :string :keyword]] - [:currency {:optional true} [:maybe :string :keyword]] + [:token {:optional true} [:maybe [:or :string :keyword]]] + [:currency {:optional true} [:maybe [:or :string :keyword]]] [:error? {:optional true} [:maybe :boolean]] [:title {:optional true} [:maybe :string]] [:conversion {:optional true} [:maybe :double]] diff --git a/src/status_im/contexts/communities/actions/accounts_selection/effects.cljs b/src/status_im/contexts/communities/actions/accounts_selection/effects.cljs index e4486bc423..55242b30a7 100644 --- a/src/status_im/contexts/communities/actions/accounts_selection/effects.cljs +++ b/src/status_im/contexts/communities/actions/accounts_selection/effects.cljs @@ -81,7 +81,7 @@ [:cat [:map {:closed true} [:community-id string?] - [:password [:maybe [:or string? object?]]] + [:password [:maybe [:or string? security/?masked-password]]] [:pub-key string?] [:addresses-to-reveal [:or [:set string?]