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:
parent
0478e82bab
commit
1be7180214
1 changed files with 1 additions and 2 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue