Skip to content

Commit

Permalink
Merge pull request #2592 from 18F/stages/rc-2018-10-12
Browse files Browse the repository at this point in the history
Fix webauthn success icon in int
  • Loading branch information
monfresh authored Oct 10, 2018
2 parents eb198c6 + 9334455 commit 5c67b41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/users/webauthn_setup/success.html.slim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- title t('doc_auth.titles.doc_auth')
- title t('forms.webauthn_setup.success_title')

= image_tag(asset_url('alert/success'),
alt: t('idv.titles.session.success'), width: 60)
= image_tag(asset_url('alert/success.svg'),
alt: t('forms.webauthn_setup.success_title'), width: 60)

h1.h3.mb2.mt3.my0 = t('forms.webauthn_setup.success_title')

Expand Down

0 comments on commit 5c67b41

Please sign in to comment.