Polpetta/jkk

Missing persistence after login

Polpetta opened this issue · 0 comments

Need to save down the TOML file in the current directory where jkk is running.
The file will be something like:

[Auth]
username = <username>
password = <password>

Additional: the file needs to be added in the .gitignore list if we're in a git repository.