pending.nvim/lua
Barrett Ruth ee6c3f723b fix(sync): add backend name prefix to all OAuth log messages (#121)
Problem: four log messages in `oauth.lua` lacked the `self.name` backend
prefix, producing generic notifications instead of identifying which
backend (`gcal`/`gtasks`) triggered the message.

Solution: prepend `self.name .. ': '` to the four unprefixed messages
and drop the hardcoded "Google" from the browser prompt since `self.name`
already identifies the service.
2026-03-10 11:19:33 -04:00
..
pending fix(sync): add backend name prefix to all OAuth log messages (#121) 2026-03-10 11:19:33 -04:00