forked from MarseyWorld/MarseyWorld
fix 2fa
parent
b663418339
commit
870ea381b8
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
Loading…
Reference in New Issue