Compare commits

..

1 Commits

Author SHA1 Message Date
Stavros
4de12ce5c1 fix: no need to log that the provider is empty 2025-01-26 21:36:41 +02:00
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,