We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac0786 commit 9dfb2b7Copy full SHA for 9dfb2b7
server/handlers.go
@@ -61,7 +61,7 @@ func AuthenticationHandler(next http.Handler) http.Handler {
61
func authorisationFailed(w http.ResponseWriter, msg string, args ...any) {
62
w.WriteHeader(http.StatusUnauthorized)
63
64
- log.Errorf(msg, args)
+ log.Errorf(msg, args...)
65
66
panic(helper.NewError("Authentication failed"))
67
}
0 commit comments