Skip to content
Snippets Groups Projects
Commit e812d054 authored by syuilo's avatar syuilo
Browse files

Clean up

parent 44d2c019
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,6 @@ inputMessageHere: "ここにメッセージを入力"
close: "閉じる"
_2fa:
totpHeader: "認証アプリ"
alreadyRegistered: "既に設定は完了しています。"
registerDevice: "デバイスを登録"
registerKey: "キーを登録"
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment