mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-23 07:09:39 +02:00
Enable consent for additional plaid products
This commit is contained in:
parent
cbba2ba675
commit
69f6d7f8ea
2 changed files with 13 additions and 6 deletions
|
@ -19,6 +19,8 @@ export default class extends Controller {
|
|||
}
|
||||
|
||||
handleSuccess(public_token, metadata) {
|
||||
window.location.href = "/accounts";
|
||||
|
||||
fetch("/plaid_items", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue