Skip to content
Snippets Groups Projects
Commit de827232 authored by Paul Slaughter's avatar Paul Slaughter :two:
Browse files

Merge branch...

Merge branch '364969-migrate-form_errors-in-app-views-profiles-two_factor_auths_show-html-haml-to-pajamas-alertcomponent' into 'master'

Migrate `form_errors` in `two_factor_auths/show` form to Pajamas alert

See merge request !91763
parents 5396a6b6 7bdf1aa8
No related branches found
No related tags found
1 merge request!91763Migrate `form_errors` in `two_factor_auths/show` form to Pajamas alert
Pipeline #581745758 passed
......@@ -78,7 +78,7 @@
.col-lg-8
- registration = webauthn_enabled ? @webauthn_registration : @u2f_registration
- if registration.errors.present?
= form_errors(registration)
= form_errors(registration, pajamas_alert: true)
- if webauthn_enabled
= render "authentication/register", target_path: create_webauthn_profile_two_factor_auth_path
- else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment