18F/identity-idp

View on GitHub
app/views/forgot_password/_resend_alert.html.erb

Summary

Maintainability
Test Coverage
<%= render AlertComponent.new(
      type: :success,
      class: 'margin-bottom-4',
      message: t('notices.forgot_password.resend_email_success'),
    ) %>