Changeset 0.37.5 (#217)

Co-authored-by: gobha <jasafpro@gmail.com>
Co-committed-by: gobha <jasafpro@gmail.com>
This commit is contained in:
2026-03-21 13:41:25 +00:00
committed by xcaliber
parent 05b5affdac
commit 74f3cb84e9
27 changed files with 2211 additions and 667 deletions

View File

@@ -237,6 +237,7 @@ export function createAuth() {
window.location.href = base + '/login';
},
_setAuth(data) { _setAuth(data); },
_setRestClient(client) { _restClient = client; },
_setEmit(fn) { _emit = fn; },
};