mirror of
https://github.com/we-promise/sure.git
synced 2026-05-12 23:25:00 +00:00
[codex] Add Sophtron manual sync fixes (#1714)
* Add manual Sophtron sync flow (#1705) Branch-to-branch merge. * Copy edits * Make Sophtron manual sync institution scoped * Populate Sophtron manual sync stats * Restore Sophtron bank credential copy * Address Sophtron manual sync review feedback * Scope manual sync processing failure handling * Hide raw Sophtron processor errors from flash * Clear Sophtron manual sync pointers on provider errors * Keep manual Sophtron MFA on manual sync records * Preserve manual sync processing error details
This commit is contained in:
6
app/views/sophtron_items/_mfa_context_fields.html.erb
Normal file
6
app/views/sophtron_items/_mfa_context_fields.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<%= hidden_field_tag :accountable_type, @accountable_type %>
|
||||
<%= hidden_field_tag :account_id, @account_id %>
|
||||
<%= hidden_field_tag :return_to, @return_to %>
|
||||
<%= hidden_field_tag :manual_sync, @manual_sync_flow if @manual_sync_flow.present? %>
|
||||
<%= hidden_field_tag :sync_id, @manual_sync_id if @manual_sync_id.present? %>
|
||||
<%= hidden_field_tag :sophtron_account_id, @manual_sync_sophtron_account_id if @manual_sync_sophtron_account_id.present? %>
|
||||
Reference in New Issue
Block a user