Simplified mobile wallet (#2175)

---------

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
Arc
2023-12-22 17:32:01 +01:00
committed by GitHub
co-authored by Vlad Stan Pavol Rusnak
parent 815c3e61e4
commit e8c9304519
21 changed files with 87 additions and 18 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 = 97
const CACHE_VERSION = 98
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {