Implement account config + login
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
{
|
||||
"accounts": [
|
||||
{
|
||||
"user_id": "@alice:example.org",
|
||||
"password": "hunter2",
|
||||
},
|
||||
],
|
||||
"keybindings": {
|
||||
"Home": {
|
||||
"<q>": "/quit", // Quit the application
|
||||
|
Reference in New Issue
Block a user