terry-staging #16

Merged
terry merged 96 commits from terry-staging into main 2026-06-05 16:33:12 +00:00
Showing only changes of commit 8821058c0a - Show all commits

View File

@@ -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) {