forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-02 20:54:52 -06:00
parent 32bc78cfc3
commit 2768930b0d
1 changed files with 136 additions and 139 deletions

View File

@ -4,7 +4,7 @@
{% block content %}
<div class="row">
<div class="row">
<div class="col col-lg-8">
@ -130,16 +130,16 @@
</div>
</form>
</form>
</div>
</div>
<h2 class="h5">Two-Factor Authentication</h2>
<h2 class="h5">Two-Factor Authentication</h2>
<p class="text-small text-muted">Change the two-factor settings for your account.</p>
<p class="text-small text-muted">Change the two-factor settings for your account.</p>
<div class="settings-section rounded">
<div class="settings-section rounded">
<div class="d-lg-flex">
@ -160,13 +160,13 @@
</div>
</div>
</div>
<h2 class="h5">Log Out Everywhere</h2>
<h2 class="h5">Log Out Everywhere</h2>
<p class="text-small text-muted">Log all other devices out of your {{'SITE_NAME' | app_config}} account.</p>
<p class="text-small text-muted">Log all other devices out of your {{'SITE_NAME' | app_config}} account.</p>
<div class="settings-section rounded">
<div class="settings-section rounded">
<form action="/settings/log_out_all_others" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
@ -210,11 +210,6 @@
</div>
</div>
</div>
<div class="modal fade" id="deleteAccountModal" tabindex="-1" role="dialog" aria-labelledby="deleteAccountModal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
@ -259,6 +254,8 @@
</form>
</div>
</div>
</div>
</div>
{% endblock %}