File tree 1 file changed +10
-10
lines changed
src/status_im/contexts/communities/actions/addresses_for_permissions
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 252
252
(rf/dispatch
253
253
[:standard-auth/authorize
254
254
{:auth-button-label (i18n/label :t/confirm-changes )
255
- :on-auth-success (fn [password]
256
- (rf/dispatch
257
- [:communities/edit-shared-addresses
258
- {:community-id id
259
- :password (security/safe-unmask-data password)
260
- :addresses addresses-to-reveal
261
- :on-success (fn []
262
- (rf/dispatch [:dismiss-modal
263
- :addresses-for-permissions ])
264
- (rf/dispatch [:hide-bottom-sheet ]))}]))
255
+ :on-auth-success (fn [password]
256
+ (rf/dispatch
257
+ [:communities/edit-shared-addresses
258
+ {:community-id id
259
+ :password (security/safe-unmask-data password)
260
+ :addresses addresses-to-reveal
261
+ :on-success (fn []
262
+ (rf/dispatch [:dismiss-modal
263
+ :addresses-for-permissions ])
264
+ (rf/dispatch [:hide-bottom-sheet ]))}]))
265
265
:on-auth-fail (fn [err]
266
266
(log/info " Biometric authentication failed" err))}])
267
267
(do
You can’t perform that action at this time.
0 commit comments