Implement account config + login

This commit is contained in:
2023-10-29 21:25:34 +01:00
parent 9d7872b8ee
commit 6b8b30e6ba
6 changed files with 57 additions and 32 deletions

View File

@ -1,4 +1,10 @@
{
"accounts": [
{
"user_id": "@alice:example.org",
"password": "hunter2",
},
],
"keybindings": {
"Home": {
"<q>": "/quit", // Quit the application