feat(htpasswd): add autoreload for htpasswd #10620
Annotations
3 errors
lint:
pkg/api/htpasswd.go#L112
Comment should end in a period (godot)
|
lint:
pkg/api/htpasswd.go#L93
do not compare errors directly "err != bcrypt.ErrMismatchedHashAndPassword", use "!errors.Is(err, bcrypt.ErrMismatchedHashAndPassword)" instead (err113)
|
lint
issues found
|