Return early from SimpleFIN /transactions if the account needs attention (#413)

This commit is contained in:
Jakob Petsovits
2024-08-11 12:59:48 -04:00
committed by GitHub
parent b74f0f2982
commit eec5fbb1cc
2 changed files with 7 additions and 0 deletions

View File

@@ -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 = {};

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [jpetso]
---
Return early from SimpleFIN /transactions if the account needs attention