fix: no need to log that the provider is empty

This commit is contained in:
Stavros
2025-01-26 21:36:41 +02:00
parent 0cf0aafc14
commit 4de12ce5c1
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View File

@@ -11,4 +11,5 @@ docker-compose.test.yml
users.txt
# secret test file
secret.txt
secret.txt
secret_oauth.txt

View File

@@ -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,