forked from spacebar/SplatNet
implement auto-login on login page
This commit is contained in:
parent
487478649b
commit
343de86101
5 changed files with 45 additions and 41 deletions
3
config_example.js
Normal file
3
config_example.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
const CONFIG = {
|
||||
API_BASE_URL: "backendurl"
|
||||
};
|
||||
Loading…
Reference in a new issue