chore: 每次刷新都重新获取public-key

This commit is contained in:
CaptainB 2023-11-27 10:14:21 +08:00 committed by f2c-ci-robot[bot]
parent 700003a01f
commit 65b877ac8b
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@
};
//
const getPublicKey = async () => {
if (getLocalStorage('salt')) return;
const publicKey = await getPublicKeyRequest();
setLocalStorage('salt', publicKey);
};