fix: lint

This commit is contained in:
kolaente 2025-03-02 19:43:41 +01:00
parent f4a0c0ef31
commit 61333c9b7f
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1979,7 +1979,7 @@ func (err *ErrOpenIDBadRequest) Error() string {
return err.Message
}
func (err ErrOpenIDBadRequest) HTTPError() web.HTTPError {
func (err *ErrOpenIDBadRequest) HTTPError() web.HTTPError {
return web.HTTPError{
HTTPCode: http.StatusBadRequest,
Code: ErrCodeOpenIDError,