Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TwoFactorAuth/templates/_showRecoveryCodes.twig')
-rw-r--r--plugins/TwoFactorAuth/templates/_showRecoveryCodes.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TwoFactorAuth/templates/_showRecoveryCodes.twig b/plugins/TwoFactorAuth/templates/_showRecoveryCodes.twig
index 0d819fe804..0583089ba8 100644
--- a/plugins/TwoFactorAuth/templates/_showRecoveryCodes.twig
+++ b/plugins/TwoFactorAuth/templates/_showRecoveryCodes.twig
@@ -22,7 +22,7 @@
<div class="alert alert-warning">{{ 'TwoFactorAuth_RecoveryCodesSecurity'|translate }}</div>
{% if codes|length > 0 %}
- <ul piwik-select-on-focus class="twoFactorRecoveryCodes">{% for code in codes %}
+ <ul piwik-select-on-focus class="twoFactorRecoveryCodes browser-default">{% for code in codes %}
<li>{{ code|upper|split('', 4)|join('-') }}</li>
{% endfor %}
</ul>