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
+4
View File
@@ -0,0 +1,4 @@
window.__RUNTIME_CONFIG__ = {
API_URL: "http://localhost:9000"
};
+1 -1
View File
@@ -1,4 +1,4 @@
globalThis.__RUNTIME_CONFIG__ = {
window.__RUNTIME_CONFIG__ = {
API_URL: "${API_URL}"
};