mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
When using the @actual-app/api package, if authentication failed during init() (e.g., wrong password, network issue), the error was silently ignored. This led to confusing 'Could not get remote files' errors later when calling downloadBudget(). This fix ensures init() properly throws an error when authentication fails, providing clear feedback like 'Authentication failed: invalid-password'. Fixes #6320