feat: FRO-2 Implement Login Component

This commit is contained in:
2025-12-10 11:25:57 +01:00
parent f47b757398
commit d6270e6f47
8 changed files with 68 additions and 108 deletions

View File

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