summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-08 13:06:42 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-08 13:06:42 +0900
commite812d054bc5c4a019c06fb45f0b784c5a57ceda0 (patch)
tree855109fddf26fc8f6790d11563789d87090ebef8 /src/client
parent翻訳の抜けを修正 (#5875) (diff)
downloadmisskey-e812d054bc5c4a019c06fb45f0b784c5a57ceda0.tar.gz
misskey-e812d054bc5c4a019c06fb45f0b784c5a57ceda0.tar.bz2
misskey-e812d054bc5c4a019c06fb45f0b784c5a57ceda0.zip
Clean up
Diffstat (limited to 'src/client')
-rw-r--r--src/client/pages/settings/2fa.vue1
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>