ваше сообщение коммита

This commit is contained in:
2025-04-14 13:23:40 +03:00
parent 67230efec2
commit 4edb33b278
4 changed files with 160 additions and 127 deletions

View File

@@ -77,9 +77,6 @@ export async function connectWithWallet() {
localStorage.setItem('userId', verificationResponse.data.userId);
localStorage.setItem('address', verificationResponse.data.address);
localStorage.setItem('isAdmin', verificationResponse.data.isAdmin);
// Перезагружаем страницу для обновления состояния
window.location.reload();
}
return verificationResponse.data;