summaryrefslogtreecommitdiff
path: root/app/views/profiles/two_factor_auths/_codes.html.haml
blob: 9f850842f58efff4e79a8d83a37ec3f738904c9b (plain)
1
2
3
- show_success_alert = local_assigns.fetch(:show_success_alert, nil)

.js-2fa-recovery-codes{ data: { codes: @codes.to_json, profile_account_path: profile_account_path(two_factor_auth_enabled_successfully: show_success_alert) } }