Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_codes.html.haml « two_factor_auths « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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) } }