Update settings.2fa.vue (#3593)

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-12-12 10:07:30 +09:00 committed by GitHub
parent f3983f48ab
commit bdace5b18d

View File

@ -1,6 +1,6 @@
<template>
<div class="2fa">
<p style="margin-top:0;">{{ $t('intro') }}<a :href="$t('href')" target="_blank">{{ $t('detail') }}</a></p>
<p style="margin-top:0;">{{ $t('intro') }}<a :href="$t('url')" target="_blank">{{ $t('detail') }}</a></p>
<ui-info warn>{{ $t('caution') }}</ui-info>
<p v-if="!data && !$store.state.i.twoFactorEnabled"><ui-button @click="register">{{ $t('register') }}</ui-button></p>
<template v-if="$store.state.i.twoFactorEnabled">