Move 2FA section above OAuth tokens

If you have a lot of tokens the 2FA section is buried at the bottom
This commit is contained in:
Mark Felder 2020-07-15 17:13:00 -05:00
parent 0478e82bab
commit 1be7180214

View file

@ -72,7 +72,7 @@
{{ changePasswordError }} {{ changePasswordError }}
</p> </p>
</div> </div>
<mfa />
<div class="setting-item"> <div class="setting-item">
<h2>{{ $t('settings.oauth_tokens') }}</h2> <h2>{{ $t('settings.oauth_tokens') }}</h2>
<table class="oauth-tokens"> <table class="oauth-tokens">
@ -102,7 +102,6 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<mfa />
<div class="setting-item"> <div class="setting-item">
<h2>{{ $t('settings.delete_account') }}</h2> <h2>{{ $t('settings.delete_account') }}</h2>
<p v-if="!deletingAccount"> <p v-if="!deletingAccount">