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

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,