implement auto-login on login page

This commit is contained in:
kittentm 2026-02-06 23:01:30 +01:00
commit 343de86101
5 changed files with 45 additions and 41 deletions

3
config_example.js Normal file
View file

@ -0,0 +1,3 @@
const CONFIG = {
API_BASE_URL: "backendurl"
};