add SPFN login support

This commit is contained in:
kittentm 2026-02-05 10:40:13 +01:00
commit d698b78ba7
3 changed files with 29 additions and 20 deletions

4
config.js Normal file
View file

@ -0,0 +1,4 @@
// note: this is just the default config
const CONFIG = {
API_BASE_URL: "http://127.0.0.1:5000"
};