% content_for :title, "Add SimpleFin Connection" %> <%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: "Add SimpleFin Connection") %> <% dialog.with_body do %> <% if @error_message.present? %> <%= render DS::Alert.new(message: @error_message, variant: :error) %> <% end %> <%= styled_form_with model: @simplefin_item, local: true, data: { turbo: false }, class: "flex flex-col gap-4 justify-between grow text-primary" do |form| %>
Get your setup token from <%= link_to "SimpleFin Bridge", "https://bridge.simplefin.org/simplefin/create", target: "_blank", class: "text-link underline" %>
Note: Setup tokens can only be used once. If the connection fails, you'll need to create a new token.