mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 06:25:19 +02:00
8 lines
331 B
Text
8 lines
331 B
Text
|
<%# We render this in the empty modal frame so if Plaid flow is closed, user stays on same page they were on %>
|
||
|
<%= turbo_frame_tag "modal" do %>
|
||
|
<%= render "plaid_items/auto_link_opener",
|
||
|
link_token: @link_token,
|
||
|
region: params[:region],
|
||
|
item_id: "",
|
||
|
is_update: false %>
|
||
|
<% end %>
|