-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
aelf-block-explorer/src/pages/Vote/ElectionNotification/MyWalletCard/MyWalletCard.js
Lines 263 to 268 in 71e30dc
| // TODO: more refactor actions for login and logout | |
| message.success('Logout successful, refresh after 3s.', 3, () => { | |
| window.location.reload(); | |
| }); | |
| }).catch(error => { | |
| message.error('logout failed'); |