1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Web: fix twoStepLogin modal title > id (#3323)

Fixes a small typo/oversight in the markup for the `twoStepLogin` modal
This commit is contained in:
Patrick H. Lauke
2022-08-17 12:11:47 +01:00
committed by GitHub
parent babfa30c68
commit adb8be746a

View File

@@ -2,7 +2,7 @@
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" title="2faDuoTitle">
<h2 class="modal-title" id="2faDuoTitle">
{{ "twoStepLogin" | i18n }}
<small>Duo</small>
</h2>