Fix Login Page and add Jahresplan
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-01-20 19:21:21 +01:00
parent 0a6c61bd88
commit 628599f019
6 changed files with 31 additions and 5 deletions

View File

@@ -50,7 +50,7 @@
// @ts-ignore
let b64 = btoa(String.fromCharCode.apply(null, new Uint8Array(content)));
await $schemRepo.uploadSchematic(name, b64);
let response = await $schemRepo.uploadSchematic(name, b64);
open = false;
value = "";