mirror of
https://github.com/owncloud/ocis
synced 2026-05-03 04:52:22 +02:00
Add machine auth API key to ocs service
This commit is contained in:
@@ -178,7 +178,7 @@ func (a *accountsServiceBackend) getAccount(ctx context.Context, query string) (
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
a.logger.Error().Err(err).Str("query", query).Msgf("error fetching from accounts-service")
|
||||
a.logger.Error().Err(err).Str("query", query).Msgf("error fetching from accounts-service %+v", a.tokenManager)
|
||||
status = http.StatusInternalServerError
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user