mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-15 08:21:19 -05:00
Revert "fix(account settings): add reload after deleting account to avoid hooks bugs"
This reverts commit b4a44336da.
This commit is contained in:
@@ -57,7 +57,6 @@ const AccountSettings = () => {
|
||||
return;
|
||||
} else if (window.confirm(t('delete_confirm', { value: accountName }))) {
|
||||
deleteAccount(accountName);
|
||||
window.location.reload();
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user