Fix pin throttle check

This commit is contained in:
Karl Ludwig Weise
2026-01-16 13:39:42 +01:00
parent a72b596084
commit 86a3f27bf6
+1 -1
View File
@@ -24,7 +24,7 @@ const createPinThrottleStore = () => {
failedAttempts: 0,
};
if (!browser) {
if (browser) {
const stored = localStorage.getItem(STORAGE_KEY);
if (stored) {
try {