fix: temporarly removed utils but used it for logout (#3574)

This commit is contained in:
dni ⚡ 2025-11-26 12:20:01 +01:00 committed by GitHub
parent 0f4ae5da86
commit 92aad20dd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -3,6 +3,7 @@ window.windowMixin = {
data() {
return {
g: window.g,
utils: window._lnbitsUtils,
...WINDOW_SETTINGS
}
},