feat(Communities): Request to join should ask for a wallet password (#10967)

This commit is contained in:
Mikhail Rogachev 2023-06-16 15:02:03 +04:00 committed by GitHub
parent 5d7a4723bf
commit fecf58102c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ Item {
onJoined: {
joinCommunityButton.loading = true
root.store.requestToJoinCommunity(communityData.id, root.store.userProfileInst.name)
root.store.requestToJoinCommunityWithAuthentication(communityData.id, root.store.userProfileInst.name)
}
onCancelMembershipRequest: {
root.store.cancelPendingRequest(communityData.id)

2
vendor/status-go vendored

@ -1 +1 @@
Subproject commit 4a50e17d57c827952e46c46de5468ad8460e2641
Subproject commit 51e3d800bb0f334e0d6f6167fd461ebefede458f