mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +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:
@@ -2,7 +2,7 @@
|
|||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 class="modal-title" title="2faDuoTitle">
|
<h2 class="modal-title" id="2faDuoTitle">
|
||||||
{{ "twoStepLogin" | i18n }}
|
{{ "twoStepLogin" | i18n }}
|
||||||
<small>Duo</small>
|
<small>Duo</small>
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user