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