Clean up
This commit is contained in:
		| @@ -364,7 +364,6 @@ inputMessageHere: "ここにメッセージを入力" | |||||||
| close: "閉じる" | close: "閉じる" | ||||||
|  |  | ||||||
| _2fa: | _2fa: | ||||||
|   totpHeader: "認証アプリ" |  | ||||||
|   alreadyRegistered: "既に設定は完了しています。" |   alreadyRegistered: "既に設定は完了しています。" | ||||||
|   registerDevice: "デバイスを登録" |   registerDevice: "デバイスを登録" | ||||||
|   registerKey: "キーを登録" |   registerKey: "キーを登録" | ||||||
|   | |||||||
| @@ -4,7 +4,6 @@ | |||||||
| 	<div class="_content"> | 	<div class="_content"> | ||||||
| 		<p v-if="!data && !$store.state.i.twoFactorEnabled"><mk-button @click="register">{{ $t('_2fa.registerDevice') }}</mk-button></p> | 		<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"> | 		<template v-if="$store.state.i.twoFactorEnabled"> | ||||||
| 			<h2 class="heading">{{ $t('_2fa.totpHeader') }}</h2> |  | ||||||
| 			<p>{{ $t('_2fa.alreadyRegistered') }}</p> | 			<p>{{ $t('_2fa.alreadyRegistered') }}</p> | ||||||
| 			<mk-button @click="unregister">{{ $t('unregister') }}</mk-button> | 			<mk-button @click="unregister">{{ $t('unregister') }}</mk-button> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo