mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-03 08:18:50 +02:00
Fix pin throttle check
This commit is contained in:
@@ -24,7 +24,7 @@ const createPinThrottleStore = () => {
|
||||
failedAttempts: 0,
|
||||
};
|
||||
|
||||
if (!browser) {
|
||||
if (browser) {
|
||||
const stored = localStorage.getItem(STORAGE_KEY);
|
||||
if (stored) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user