feat: FRO-2 Implement Login Component (#8)

Reviewed-on: #8
Reviewed-by: lq64 <lq@blackhole.local>
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2025-12-10 11:44:33 +01:00
committed by lq64
parent f47b757398
commit eac315bea1
9 changed files with 77 additions and 108 deletions

View File

@@ -1,4 +1,4 @@
globalThis.__RUNTIME_CONFIG__ = {
window.__RUNTIME_CONFIG__ = {
API_URL: "${API_URL}"
};