diff --git a/.gitignore b/.gitignore index c50d844..d37fc53 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ docker-compose.test.yml users.txt # secret test file -secret.txt \ No newline at end of file +secret.txt +secret_oauth.txt \ No newline at end of file diff --git a/internal/hooks/hooks.go b/internal/hooks/hooks.go index b252a40..58d1feb 100644 --- a/internal/hooks/hooks.go +++ b/internal/hooks/hooks.go @@ -73,7 +73,6 @@ func (hooks *Hooks) UseUserContext(c *gin.Context) types.UserContext { } } - log.Error().Msg("Provider does not exist") return types.UserContext{ Username: "", IsLoggedIn: false,