Enable consent for additional plaid products

This commit is contained in:
Zach Gollwitzer
2024-11-15 17:33:18 -05:00
parent cbba2ba675
commit 69f6d7f8ea
2 changed files with 13 additions and 6 deletions

View File

@@ -19,6 +19,8 @@ export default class extends Controller {
}
handleSuccess(public_token, metadata) {
window.location.href = "/accounts";
fetch("/plaid_items", {
method: "POST",
headers: {