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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user