diff --git a/lua/pending/sync/oauth.lua b/lua/pending/sync/oauth.lua index 22f4803..8e670c1 100644 --- a/lua/pending/sync/oauth.lua +++ b/lua/pending/sync/oauth.lua @@ -47,7 +47,7 @@ function M.with_token(client, name, callback) if not token then local creds = client:resolve_credentials() if creds.client_id == BUNDLED_CLIENT_ID then - log.warn(name .. ': No credentials configured — run :Pending auth.') + log.warn(name .. ': No credentials configured — run :Pending auth ' .. name) return end log.info(name .. ': Not authenticated — starting auth flow...')