[Web] Ask for confirmation before deleting OTP; Twig: fix parsing of Yubi OTP help text

This commit is contained in:
andryyy
2021-10-24 08:17:17 +02:00
parent a26bbff63f
commit 514e620c89
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id }}" autocomplete="off" required>
</div>
<hr>
<p class="help-block">{{ lang.tfa.api_register|format(ui_texts.main_name) }}</p>
<p class="help-block">{{ lang.tfa.api_register|format(ui_texts.main_name)|raw }}</p>
<div class="form-group">
<input type="text" class="form-control" name="yubico_id" placeholder="Yubico API ID" autocomplete="off" required>
</div>