mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-06 07:01:45 -05:00
Return early from SimpleFIN /transactions if the account needs attention (#413)
This commit is contained in:
@@ -123,6 +123,7 @@ app.post(
|
||||
'The account needs your attention at <a href="https://bridge.simplefin.org/auth/login">SimpleFIN</a>.',
|
||||
},
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
const response = {};
|
||||
|
||||
6
upcoming-release-notes/413.md
Normal file
6
upcoming-release-notes/413.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [jpetso]
|
||||
---
|
||||
|
||||
Return early from SimpleFIN /transactions if the account needs attention
|
||||
Reference in New Issue
Block a user