ledger balance

This commit is contained in:
Sirttas
2026-05-23 14:29:25 +02:00
parent 2970f48e65
commit 4fbced2c70
5 changed files with 121 additions and 18 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<script setup lang="ts">
const addCharacter = () => {
// TODO
window.location.replace("http://localhost:8080/oauth2/authorization/esi");
}
</script>