feat: added home button on error page (#2330)

* Added redirect on error page if user id not present as users keep getting stuck
This commit is contained in:
Arc
2024-03-21 12:24:38 +01:00
committed by GitHub
parent 8dcb53aea0
commit d208e68885
2 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// update cache version every time there is a new deployment
// so the service worker reinitializes the cache
const CACHE_VERSION = 122
const CACHE_VERSION = 123
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {