Skip to content

Commit

Permalink
merged branch function names
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-s76 committed Mar 22, 2024
1 parent 9027750 commit e212e28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="buttons is-right mt-5">
<div class="control">
<%= link "Copy and Continue", to: Routes.user_settings_path(@conn, :two_factor), class: "button is-secondary", id: "copy-text", data: [recovery_block: @recovery_block] %>
<%= link "Copy and Continue", to: Routes.user_settings_path(@conn, :two_factor_init), class: "button is-secondary", id: "copy-text", data: [recovery_block: @recovery_block] %>
</div>
</div>

Expand Down

0 comments on commit e212e28

Please sign in to comment.