1
0
Fork 0
forked from vbatts/maubot

Improve config comments and errors with mbc auth

This commit is contained in:
Tulir Asokan 2021-11-19 15:41:14 +02:00
parent 61711e8329
commit 8c3e3a3255
5 changed files with 50 additions and 31 deletions

View file

@ -32,7 +32,7 @@ enc = functools.partial(quote, safe="")
friendly_errors = {
"server_not_found": "Registration target server not found.\n\n"
"To log in or register through maubot, you must add the server to the\n"
"registration_secrets section in the config. If you only want to log in,\n"
"homeservers section in the config. If you only want to log in,\n"
"leave the `secret` field empty."
}