fix: remove double popup on key rotation

This commit is contained in:
M1 2026-03-16 16:07:12 +04:00
parent c73951ea91
commit 2bfe3a0272
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@
const data = await api('/account/reset-key', { method: 'POST', body: {} });
localStorage.setItem('pingql_key', data.key);
document.getElementById('primary-key').textContent = data.key;
alert(`New key: ${data.key}\n\nYour old key is now invalid.`);
location.reload();
}