docs: error key [ci skip]

This commit is contained in:
decentral1se 2024-08-04 11:00:00 +02:00
parent 9cc96d1bee
commit 79e827af56
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -17,7 +17,7 @@ import (
func main() { func main() {
if err := auth.Login("foo@bar.zone"); err != nil { if err := auth.Login("foo@bar.zone"); err != nil {
slog.Error("unable to login", err) slog.Error("unable to login", "error", err)
} }
} }
``` ```