|
|
@ -120,11 +120,10 @@
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="mt-5 mb-2">
|
|
|
|
<div v-if="! settings.disableAuth" class="mt-5 mb-3">
|
|
|
|
|
|
|
|
<h2 class="mb-2">
|
|
|
|
{{ $t("Two Factor Authentication") }}
|
|
|
|
{{ $t("Two Factor Authentication") }}
|
|
|
|
</h2>
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="mb-3">
|
|
|
|
|
|
|
|
<button class="btn btn-primary me-2" type="button" @click="$refs.TwoFADialog.show()">{{ $t("2FA Settings") }}</button>
|
|
|
|
<button class="btn btn-primary me-2" type="button" @click="$refs.TwoFADialog.show()">{{ $t("2FA Settings") }}</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|