mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-23 04:50:28 +00:00
feat(Communities): Request to join should ask for a wallet password (#10967)
This commit is contained in:
parent
5d7a4723bf
commit
fecf58102c
@ -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
2
vendor/status-go
vendored
@ -1 +1 @@
|
||||
Subproject commit 4a50e17d57c827952e46c46de5468ad8460e2641
|
||||
Subproject commit 51e3d800bb0f334e0d6f6167fd461ebefede458f
|
Loading…
x
Reference in New Issue
Block a user