mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 21:48:04 +08:00
3218241512
Update error message on line 639 from "bearer authentication failed" to "failed to authenticate with bearer token" to comply with the project's error message format requirement. The linter enforces that error messages should start with "failed to" followed by the action that failed, which is the pattern used throughout the codebase. Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>