diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-08 13:06:42 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-08 13:06:42 +0900 |
| commit | e812d054bc5c4a019c06fb45f0b784c5a57ceda0 (patch) | |
| tree | 855109fddf26fc8f6790d11563789d87090ebef8 /src | |
| parent | 翻訳の抜けを修正 (#5875) (diff) | |
| download | misskey-e812d054bc5c4a019c06fb45f0b784c5a57ceda0.tar.gz misskey-e812d054bc5c4a019c06fb45f0b784c5a57ceda0.tar.bz2 misskey-e812d054bc5c4a019c06fb45f0b784c5a57ceda0.zip | |
Clean up
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/settings/2fa.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/pages/settings/2fa.vue b/src/client/pages/settings/2fa.vue index 8ec96cf356..0affab27f3 100644 --- a/src/client/pages/settings/2fa.vue +++ b/src/client/pages/settings/2fa.vue @@ -4,7 +4,6 @@ <div class="_content"> <p v-if="!data && !$store.state.i.twoFactorEnabled"><mk-button @click="register">{{ $t('_2fa.registerDevice') }}</mk-button></p> <template v-if="$store.state.i.twoFactorEnabled"> - <h2 class="heading">{{ $t('_2fa.totpHeader') }}</h2> <p>{{ $t('_2fa.alreadyRegistered') }}</p> <mk-button @click="unregister">{{ $t('unregister') }}</mk-button> |