diff --git a/src/wallet/WalletLoginModal.tsx b/src/wallet/WalletLoginModal.tsx index 0ea3266..681eb42 100644 --- a/src/wallet/WalletLoginModal.tsx +++ b/src/wallet/WalletLoginModal.tsx @@ -97,6 +97,7 @@ export function WalletLoginModal() { } if (result.status === "expired" || result.status === "failed") { setState("idle"); + setTpRequest(null); setError(result.error || t("walletTpExpired")); } } catch (err) {