Scan to enter
Enter VBM
Use your mobile number and 6-digit PIN.
MSISDN
6-digit PIN
Continue
Scan Barcode
✕
Always on
Enter Manually
Stop
Offline
·
pending
Syncing ·
pending
All synced ✓
Confirm
Cancel
Confirm
Cancel
OK
C
OK
✕
VBM Device Reset
Clears local app storage/cache for this device, then reloads.
{ try { try { localStorage.clear(); } catch (_) {} try { sessionStorage.clear(); } catch (_) {} try { if ('caches' in window) { const names = await caches.keys(); await Promise.all(names.map(name => caches.delete(name))); } } catch (_) {} try { if (navigator.serviceWorker) { const regs = await navigator.serviceWorker.getRegistrations(); await Promise.all(regs.map(reg => reg.unregister())); } } catch (_) {} try { if (indexedDB && indexedDB.databases) { const dbs = await indexedDB.databases(); await Promise.all((dbs || []).map(db => db.name ? new Promise(resolve => { const req = indexedDB.deleteDatabase(db.name); req.onsuccess = req.onerror = req.onblocked = () => resolve(); }) : Promise.resolve())); } } catch (_) {} window.location.href = window.location.pathname; } finally { busy = false; } })(); " x-text="busy ? 'Resetting...' : 'Clear VBM Device Data'" >