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

This commit is contained in:
dni ⚡
2025-11-26 11:20:01 +00:00
committed by GitHub
parent 0f4ae5da86
commit 92aad20dd7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -3,6 +3,7 @@ window.windowMixin = {
data() {
return {
g: window.g,
utils: window._lnbitsUtils,
...WINDOW_SETTINGS
}
},