feat(htpasswd): add autoreload for htpasswd #10619
Annotations
2 errors
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
|