forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-07-13 19:07:59 +02:00
parent b663418339
commit 870ea381b8
2 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,8 @@
<meta name="description" content="{{DESCRIPTION}}">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'; connect-src 'self'; object-src 'none';">
<script src="{{asset('js/bootstrap.js')}}"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@ -260,8 +262,6 @@
{% block onload %}{% endblock %}
<script src="{{asset('js/bootstrap.js')}}"></script>
<script src="/assets/js/clipboard.js?v=240"></script>
</body>

View File

@ -4,6 +4,8 @@
{% block content %}
<script src="/assets/js/settings_security.js?v=241"></script>
<div class="row">
<div class="col col-lg-8">
@ -157,7 +159,7 @@
<label class="custom-control-label" for="2faToggle"></label>
</div>
<span class="text-small text-muted">This requires entering a randomly-generated, 6-digit code and your password to login. See <a role="button">Google Authenticator</a> or <a role="button">Authy</a> for more details.</span>
<span class="text-small text-muted">This requires entering a randomly-generated, 6-digit code and your password to login.</span>
</div>
@ -263,6 +265,4 @@
</div>
</div>
<script src="/assets/js/settings_security.js?v=241"></script>
{% endblock %}