feat: add node url to api keys & docs (#2283)
* feat: add node url to api keys & docs closes #2277 * add finnish to tools/i18n-ai-tool.py * regenerate localization with i18n-ai-tool * chore: make bundle --------- Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// update cache version every time there is a new deployment
|
||||
// so the service worker reinitializes the cache
|
||||
const CACHE_VERSION = 115
|
||||
const CACHE_VERSION = 116
|
||||
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
|
||||
|
||||
const getApiKey = request => {
|
||||
|
||||
@@ -90,6 +90,7 @@ new Vue({
|
||||
mixins: [windowMixin],
|
||||
data: function () {
|
||||
return {
|
||||
origin: window.location.origin,
|
||||
user: LNbits.map.user(window.user),
|
||||
receive: {
|
||||
show: false,
|
||||
|
||||
Reference in New Issue
Block a user