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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>